AnimatedThumb constructor
const
AnimatedThumb({
- Key? key,
- Color? thumbColor,
- required Alignment alignment,
- required Duration duration,
- required EmergentShape shape,
- double? depth,
- Curve curve = Curves.linear,
- EmergentBorder border = const EmergentBorder.none(),
- LightSource lightSource = LightSource.topLeft,
- bool disableDepth = false,
Implementation
const AnimatedThumb({
Key? key,
this.thumbColor,
required this.alignment,
required this.duration,
required this.shape,
this.depth,
this.curve = Curves.linear,
this.border = const EmergentBorder.none(),
this.lightSource = LightSource.topLeft,
this.disableDepth = false,
}) : super(key: key);