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