TableRowAnimatedSize constructor
const
TableRowAnimatedSize({
- Key? key,
- required Widget? child,
- AlignmentGeometry alignment = Alignment.center,
- Curve curve = Curves.linear,
- required Duration duration,
- Duration? reverseDuration,
- required TickerProvider vsync,
- Clip clipBehavior = Clip.hardEdge,
- VoidCallback? onEnd,
Implementation
const TableRowAnimatedSize({
super.key,
required super.child,
this.alignment = Alignment.center,
this.curve = Curves.linear,
required this.duration,
this.reverseDuration,
required this.vsync,
this.clipBehavior = Clip.hardEdge,
this.onEnd,
});