menu
fl_assets_picker package
documentation
fl_assets_picker.dart
RectExtension
bottomIsSame method
bottomIsSame method
dark_mode
light_mode
bottomIsSame
method
bool
bottomIsSame
(
Rect
other
)
Implementation
bool bottomIsSame(Rect other) => bottom.equalTo(other.bottom);
fl_assets_picker package
documentation
fl_assets_picker
RectExtension
bottomIsSame method
RectExtension extension on
Rect