SimulationDelegateBuilder constructor
const
SimulationDelegateBuilder({
- Key? key,
- required SimulationDelegate delegate,
- required AnimationController controller,
Implementation
const SimulationDelegateBuilder({
Key? key,
required this.delegate,
required this.controller
}) : super(key: key);