withPadding method

LegendStyle withPadding(
  1. EdgeInsets value
)

Replaces LegendStyle.padding with value.

Implementation

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