transparent top-level property Null safety

NBColor transparent
read / write

Transparent Text

Implementation

NBColor transparent = const NBColor(
    0x00000000,
    <String, Color>{
      'transparent': Colors.transparent,
    },
    'transparent');