bottomPanelColorInFullscreen property

Color bottomPanelColorInFullscreen
getter/setter pair

Background color of the bottom section of the camera when it is used in full screen mode.

Defaults to Colors.black with 30% opacity.

Implementation

Color bottomPanelColorInFullscreen = Colors.black.withOpacity(0.3);