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