grey80 property

TextStyle get grey80

color: grey with opacity 80%

Implementation

TextStyle get grey80 => copyWith(color: AppColor().grey.withOpacity(.8));