Activator<T extends ActiveController> constructor
const
Activator<T extends ActiveController> (})
Implementation
const Activator(
this._trackID, {
Key? key,
required super.child,
required this.activeController,
}) : super(key: key);