cardTheme top-level property

dynamic cardTheme
getter/setter pair

Implementation

var cardTheme = CardTheme(
  color: surfaceColor,
  elevation: 0,
  margin: const EdgeInsets.symmetric(horizontal: 15, vertical: 8),
);