withPadding method

LabelStyle withPadding(
  1. EdgeInsets value
)

Replaces LabelStyle.padding with value.

Implementation

LabelStyle withPadding(EdgeInsets value) => copyWith(padding: value);