menu
utils_package package
documentation
utils/utils.dart
Height
Height.new const constructor
Height.new const constructor
dark_mode
light_mode
Height
constructor
const
Height
(
{
Key
?
key
,
required
double
height
,
})
Implementation
const Height({Key? key, required this.height}) : super(key: key);
utils_package package
documentation
utils/utils
Height
Height.new const constructor
Height class