menu
sharing package
documentation
widget/custom/spaces.dart
SpaceLine
SpaceLine const constructor
SpaceLine const constructor
dark_mode
light_mode
SpaceLine
constructor
const
SpaceLine
(
{
Key
?
key
,
double
?
height
=
1
,
double
?
width
,
})
Implementation
const SpaceLine({Key? key, this.height = 1, this.width}) : super(key: key);
sharing package
documentation
widget/custom/spaces
SpaceLine
SpaceLine const constructor
SpaceLine class