ControlsState constructor
const
ControlsState({})
Implementation
const ControlsState({
Key? key,
required this.visible,
required this.visibilityAnimation,
required Widget child,
}) : super(key: key, child: child);