offset property
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;
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).
final Offset? offset;