Color.white constructor

Color.white()

Implementation

factory Color.white() => Color(255, 255, 255);