menu
scanbot_sdk package
documentation
json/common.dart
Insets
Insets const constructor
Insets const constructor
dark_mode
light_mode
Insets
constructor
const
Insets
(
{
double
?
left
,
double
?
top
,
double
?
bottom
,
double
?
right
,
})
Implementation
const Insets({this.left, this.top, this.bottom, this.right});
scanbot_sdk package
documentation
json/common
Insets
Insets const constructor
Insets class