menu
shared_code package
documentation
shared_code/widgets/spaces/h_p_space.dart
VHSpace
VHSpace.new const constructor
VHSpace.new const constructor
dark_mode
light_mode
VHSpace
constructor
const
VHSpace
(
{
Key
?
key
,
required
int
percentage
,
})
Implementation
const VHSpace({ Key? key, required this.percentage, }) : super(key: key);
shared_code package
documentation
shared_code/widgets/spaces/h_p_space
VHSpace
VHSpace.new const constructor
VHSpace class