menu
sandboxed package
documentation
widgets/application_scale.dart
ApplicationScale
ApplicationScale.new const constructor
ApplicationScale.new const constructor
dark_mode
light_mode
ApplicationScale
constructor
const
ApplicationScale
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const ApplicationScale({ super.key, required this.child, });
sandboxed package
documentation
widgets/application_scale
ApplicationScale
ApplicationScale.new const constructor
ApplicationScale class