mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 15:28:44 +00:00
committed by
GitHub
parent
1091fb1f33
commit
a0d314bf5e
@@ -5,6 +5,5 @@ import 'package:mdc_web/mdc_web.dart';
|
||||
InputElement searchInput;
|
||||
|
||||
void main() {
|
||||
querySelectorAll('.mdc-card__primary-action')
|
||||
.forEach((el) => MDCRipple(el));
|
||||
querySelectorAll('.mdc-card__primary-action').forEach((el) => MDCRipple(el));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user