menu
megamil_toolkit package
documentation
helpers/size_helper.dart
SizeHelper
getInfinityOrSmall method
getInfinityOrSmall method
dark_mode
light_mode
getInfinityOrSmall
method
double
getInfinityOrSmall
(
)
Implementation
double getInfinityOrSmall() { return DeviceHelper.isMobile ? double.infinity : 200.0; }
megamil_toolkit package
documentation
helpers/size_helper
SizeHelper
getInfinityOrSmall method
SizeHelper class