tbtCardTheme top-level property
Implementation
CardThemeData tbtCardTheme = const CardThemeData(
clipBehavior: Clip.antiAlias,
margin: EdgeInsets.zero,
elevation: 2,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(10)),
),
);