menu
Flutter
material.dart
Colors
white30 constant
white30
dark_mode
light_mode
description
white30
constant
Color
const
white30
White with 30% opacity.
See also:
Theme.of
, which allows you to select colors from the current theme rather than hard-coding colors in your build methods.
white
,
white60
,
white54
,
white70
,
white38
,
white12
,
white10
, which are variants on this color but with different opacities.
Implementation
static const Color white30 = Color(0x4DFFFFFF);
Flutter
material
Colors
white30 constant
Colors class
Cookies management controls