menu
ekyc_flutter package
documentation
app/configs/config.dart
HeightBox
HeightBox.new const constructor
HeightBox.new const constructor
dark_mode
light_mode
HeightBox
constructor
const
HeightBox
(
double
height
, {
Key
?
key
,
})
Implementation
const HeightBox( this.height, { Key? key, }) : super(key: key);
ekyc_flutter package
documentation
app/configs/config
HeightBox
HeightBox.new const constructor
HeightBox class