pad method
Wraps the widget in a Padding with the specified insets.
Implementation
Widget pad(EdgeInsets insets) => Padding(padding: insets, child: this);
Wraps the widget in a Padding with the specified insets.
Widget pad(EdgeInsets insets) => Padding(padding: insets, child: this);