withOffset method
- Offset value
Replaces LegendStyle.offset with value.
Implementation
LegendStyle withOffset(Offset value) => copyWith(offset: value);
Replaces LegendStyle.offset with value.
LegendStyle withOffset(Offset value) => copyWith(offset: value);