menu
pixel_perfect_ui package
documentation
material/widgets/center.dart
Center
Center.new const constructor
Center.new const constructor
dark_mode
light_mode
Center
constructor
const
Center
(
{
Key
?
key
,
double
?
widthFactor
,
double
?
heightFactor
,
required
Widget
child
,
})
Implementation
const Center({ super.key, this.widthFactor, this.heightFactor, required this.child, });
pixel_perfect_ui package
documentation
material/widgets/center
Center
Center.new const constructor
Center class