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