grey80 property
TextStyle
get
grey80
color: grey with opacity 80%
Implementation
TextStyle get grey80 => copyWith(color: AppColor().grey.withOpacity(.8));
color: grey with opacity 80%
TextStyle get grey80 => copyWith(color: AppColor().grey.withOpacity(.8));