styleOnPrimary property

TextTheme get styleOnPrimary

See TextTheme, text theme to use on a primary color background

Implementation

TextTheme get styleOnPrimary {
  return themeData!.primaryTextTheme;
}