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