grey property
TextStyle
get
grey
color: grey
Implementation
TextStyle get grey => copyWith(
// color: Navigators().currentContext!.isDarkTheme
// ? AppColor().grey300
// : AppColor().grey,
);