tbtCardTheme top-level property

CardTheme tbtCardTheme
getter/setter pair

Implementation

CardTheme tbtCardTheme = const CardTheme(
  clipBehavior: Clip.antiAlias,
  margin: EdgeInsets.zero,
  elevation: 2,
  shape: RoundedRectangleBorder(
    borderRadius: BorderRadius.all(Radius.circular(10)),
  ),
);