menu
scobro_foundation_flutter package
documentation
widgets/layout/constrained_centered.dart
ConstrainedCentered
ConstrainedCentered.new const constructor
ConstrainedCentered.new const constructor
dark_mode
light_mode
ConstrainedCentered
constructor
const
ConstrainedCentered
(
{
required
Widget
child
,
double
width
=
1000
,
Key
?
key
,
})
Implementation
const ConstrainedCentered( {required this.child, this.width = 1000, super.key});
scobro_foundation_flutter package
documentation
widgets/layout/constrained_centered
ConstrainedCentered
ConstrainedCentered.new const constructor
ConstrainedCentered class