styleOnCard property

TextTheme get styleOnCard

See TextTheme, text theme to use on a card background

Implementation

TextTheme get styleOnCard {
  return themeData!.textTheme;
}