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