menu
auto_screen package
documentation
responsive_breakpoints.dart
MobileOnly
MobileOnly.new const constructor
MobileOnly.new const constructor
dark_mode
light_mode
MobileOnly
constructor
const
MobileOnly
(
{
Key
?
key
,
required
Widget
child
,
Widget
?
fallback
,
})
Implementation
const MobileOnly({ Key? key, required this.child, this.fallback, });
auto_screen package
documentation
responsive_breakpoints
MobileOnly
MobileOnly.new const constructor
MobileOnly class