transparent top-level property Null safety
read / write
Transparent Text
Implementation
NBColor transparent = const NBColor(
0x00000000,
<String, Color>{
'transparent': Colors.transparent,
},
'transparent');
Transparent Text
NBColor transparent = const NBColor(
0x00000000,
<String, Color>{
'transparent': Colors.transparent,
},
'transparent');