menu
flutter_essentials_kit package
documentation
widgets/spacing.dart
Spacing
Spacing.new const constructor
Spacing.new const constructor
dark_mode
light_mode
Spacing
constructor
const
Spacing
(
{
Key
?
key
,
double
horizontal
=
0
,
double
vertical
=
0
,
})
Implementation
const Spacing({ Key? key, this.horizontal = 0, this.vertical = 0, }) : super(key: key);
flutter_essentials_kit package
documentation
widgets/spacing
Spacing
Spacing.new const constructor
Spacing class