black property

TextStyle get black

color: black

Implementation

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