transparent property

T get transparent

flutter system color Colors.transparent

Implementation

T get transparent => this..color(Colors.transparent);