menu
innerlibs
build_context_extensions.dart
BuildContextExtensions
isPhoneSize property
isPhoneSize
dark_mode
light_mode
isPhoneSize
property
bool
get
isPhoneSize
True if the shortestSide is smaller than 600p
Implementation
bool get isPhoneSize => (shortestSide < 600);
innerlibs
build_context_extensions
BuildContextExtensions
isPhoneSize property
BuildContextExtensions extension on
BuildContext