Insets.all constructor
Insets.all(
- double all
Implementation
factory Insets.all(double all) =>
Insets(left: all, top: all, right: all, bottom: all);
factory Insets.all(double all) =>
Insets(left: all, top: all, right: all, bottom: all);