controls top-level property

Map<int, GlobalKey<ControlState>> controls
getter/setter pair

Internally used map to keep GlobalKeys for Video's ControlStates.

Implementation

Map<int, GlobalKey<ControlState>> controls = {};