SceneController constructor
SceneController(
- State<
StatefulWidget> _state, - List _scenes
Implementation
SceneController(this._state, this._scenes);
SceneController(this._state, this._scenes);