menu
basf_flutter_components package
documentation
widgets/spacer.dart
VerticalSpacer
VerticalSpacer.new const constructor
VerticalSpacer.new const constructor
dark_mode
light_mode
VerticalSpacer
constructor
const
VerticalSpacer
(
{
Key
?
key
,
required
double
height
,
})
Implementation
const VerticalSpacer({Key? key, required double height}) : super(key: key, height: height);
basf_flutter_components package
documentation
widgets/spacer
VerticalSpacer
VerticalSpacer.new const constructor
VerticalSpacer class