withOffset method

PieElevationStyle withOffset(
  1. Offset value
)

Replaces PieElevationStyle.offset with value.

Implementation

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