menu
afib package
documentation
afib_flutter.dart
AFScrollableScrollerAction
matches method
matches method
dark_mode
light_mode
matches
method
@
override
bool
matches
(
Element
elem
)
override
Implementation
@override bool matches(Element elem) { final widget = elem.widget; return widget is Scrollable; }
afib package
documentation
afib_flutter
AFScrollableScrollerAction
matches method
AFScrollableScrollerAction class