menu
Flutter
material.dart
Colors
white54 constant
white54
dark_mode
light_mode
description
white54
constant
Color
const
white54
White with 54% 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
,
white38
,
white30
,
white12
,
white10
, which are variants on this color but with different opacities.
Implementation
static const Color white54 = Color(0x8AFFFFFF);
Flutter
material
Colors
white54 constant
Colors class
Cookies management controls