AnimatedSampler constructor
const
AnimatedSampler(
- AnimatedSamplerBuilder builder, {
- required Widget child,
- Key? key,
- bool enabled = true,
Create a new AnimatedSampler.
Implementation
const AnimatedSampler(
this.builder, {
required this.child,
super.key,
this.enabled = true,
});