black38 constant

Color const black38

Black with 38% opacity.

For light themes, i.e. when the Theme's ThemeData.brightness is Brightness.light, this color is used for disabled icons and for placeholder text in DataTable.

See also:

Implementation

static const Color black38 = Color(0x61000000);