offset property

Offset? offset
final

The positional offset applied during the shake effect.

Determines how far the widget moves during shaking. If not specified, defaults to Offset(0.2, 0.5).

Implementation

final Offset? offset;