cardTheme function

CardTheme cardTheme(
  1. BuildContext context
)

Implementation

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