HorizontalRelease constructor
const
HorizontalRelease({
- required HorizontalDir direction,
- required HorizontalZone startZone,
- required HorizontalZone endZone,
- List<
AxisFling> decay = const [], - AxisFling? settle,
Implementation
const HorizontalRelease({
required this.direction,
required this.startZone,
required this.endZone,
super.decay,
super.settle,
});