padding constant

EdgeInsetsDirectional const padding

The default padding used in the UI.

Implementation

static const padding = EdgeInsetsDirectional.only(
  start: point,
  top: point,
  end: point,
);