withOrientation method
- LegendOrientation value
Replaces LegendStyle.orientation with value.
Implementation
LegendStyle withOrientation(LegendOrientation value) =>
copyWith(orientation: value);
Replaces LegendStyle.orientation with value.
LegendStyle withOrientation(LegendOrientation value) =>
copyWith(orientation: value);