padding property

Padding padding
getter/setter pair

Implementation

static Padding padding = Padding(
  padding: EdgeInsets.all(tenPx),
);