transparent property

Color get transparent

Implementation

Color get transparent => isThemeDark ? Colors.transparent : Color(0x00FFFFFF);