primary property
TextStyle
get
primary
color: blue/primary
Implementation
TextStyle get primary => copyWith(
// color: Navigators().currentContext!.theme.primaryColor,
);
color: blue/primary
TextStyle get primary => copyWith(
// color: Navigators().currentContext!.theme.primaryColor,
);