SimulationDelegateBuilder constructor

const SimulationDelegateBuilder(
  1. {Key? key,
  2. required SimulationDelegate delegate,
  3. required AnimationController controller}
)

Implementation

const SimulationDelegateBuilder({
  Key? key,
  required this.delegate,
  required this.controller
}) : super(key: key);