white property

TextStyle get white

color: white

Implementation

TextStyle get white => copyWith(color: AppColor().white);