withOffset method

LegendStyle withOffset(
  1. Offset value
)

Replaces LegendStyle.offset with value.

Implementation

LegendStyle withOffset(Offset value) => copyWith(offset: value);