menu
scanbot_sdk
json/common.dart
Insets
Insets.all factory constructor
Insets.all
brightness_4
brightness_5
Insets.all
constructor
Insets.all
(
double
all
)
Implementation
factory Insets.all(double all) => Insets(left: all, top: all, right: all, bottom: all);
scanbot_sdk
common
Insets
Insets.all factory constructor
Insets class