ScaleChange constructor
const
ScaleChange({
- Key? key,
- required Widget child,
- Duration duration = const Duration(milliseconds: 600),
- Duration delay = const Duration(milliseconds: 0),
- dynamic controller()?,
- bool manualTrigger = false,
- bool animate = true,
- double aniBegin = 0.0,
- double aniEnd = 1.0,
- double opacidadBegin = 0.0,
- double opacidadEnd = 1.0,
Implementation
const ScaleChange(
{super.key,
required this.child,
this.duration = const Duration(milliseconds: 600),
this.delay = const Duration(milliseconds: 0),
this.controller,
this.manualTrigger = false,
this.animate = true,
this.aniBegin = 0.0,
this.aniEnd = 1.0,
this.opacidadBegin = 0.0,
this.opacidadEnd = 1.0});