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