withOrientation method

LegendStyle withOrientation(
  1. LegendOrientation value
)

Replaces LegendStyle.orientation with value.

Implementation

LegendStyle withOrientation(LegendOrientation value) =>
    copyWith(orientation: value);