menu
innerlibs
build_context_extensions.dart
BuildContextExtensions
isLargeTabletSize property
isLargeTabletSize
dark_mode
light_mode
isLargeTabletSize
property
bool
get
isLargeTabletSize
True if the shortestSide is largest than 720p
Implementation
bool get isLargeTabletSize => (shortestSide >= 720);
innerlibs
build_context_extensions
BuildContextExtensions
isLargeTabletSize property
BuildContextExtensions extension on
BuildContext