menu
modula_ui package
documentation
components/layout/modula_flex_helpers.dart
ModulaCenter
ModulaCenter.new const constructor
ModulaCenter.new const constructor
dark_mode
light_mode
ModulaCenter
constructor
const
ModulaCenter
(
{
required
Widget
child
,
Key
?
key
,
double
?
widthFactor
,
double
?
heightFactor
,
})
Implementation
const ModulaCenter({ required this.child, super.key, this.widthFactor, this.heightFactor, });
modula_ui package
documentation
components/layout/modula_flex_helpers
ModulaCenter
ModulaCenter.new const constructor
ModulaCenter class