menu
flexiblebox package
documentation
flexiblebox_dart.dart
LayoutRange
containsRange method
containsRange method
dark_mode
light_mode
containsRange
method
bool
containsRange
(
LayoutRange
other
)
Implementation
bool containsRange(LayoutRange other) { return other.start >= start && other.end <= end; }
flexiblebox package
documentation
flexiblebox_dart
LayoutRange
containsRange method
LayoutRange class