cardTheme function

CardThemeData cardTheme(
  1. BuildContext context
)

Implementation

CardThemeData cardTheme(BuildContext context) {
  return theme(context).cardTheme;
}