withOffset method

PolarColumnShadowStyle withOffset(
  1. Offset value
)

Replaces PolarColumnShadowStyle.offset with value.

Implementation

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