withOffset method

RadarShadowStyle withOffset(
  1. Offset value
)

Replaces RadarShadowStyle.offset with value.

Implementation

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