padding constant
EdgeInsets
const padding
The default padding used in the UI.
Implementation
static const padding = EdgeInsets.only(left: point, top: point, right: point);
The default padding used in the UI.
static const padding = EdgeInsets.only(left: point, top: point, right: point);