withPosition method
- LegendPosition value
Replaces LegendStyle.position with value.
Implementation
LegendStyle withPosition(LegendPosition value) => copyWith(position: value);
Replaces LegendStyle.position with value.
LegendStyle withPosition(LegendPosition value) => copyWith(position: value);