withPosition method

LegendStyle withPosition(
  1. LegendPosition value
)

Replaces LegendStyle.position with value.

Implementation

LegendStyle withPosition(LegendPosition value) => copyWith(position: value);