menu
mobiotics_provider package
documentation
ui/components/layout/appcms_sizedbox.dart
AppCmsSizedBox
AppCmsSizedBox const constructor
AppCmsSizedBox const constructor
dark_mode
light_mode
AppCmsSizedBox
constructor
const
AppCmsSizedBox
(
{
Key
?
key
,
required
double
width
,
required
double
height
,
required
Widget
child
,
})
Implementation
const AppCmsSizedBox( {super.key, required this.width, required this.height, required this.child});
mobiotics_provider package
documentation
ui/components/layout/appcms_sizedbox
AppCmsSizedBox
AppCmsSizedBox const constructor
AppCmsSizedBox class