TTableMobileCardTheme constructor
const
TTableMobileCardTheme({
- EdgeInsets margin = const EdgeInsets.only(bottom: 12),
- EdgeInsets padding = const EdgeInsets.all(16),
- double elevation = 1,
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(12)),
- Color? backgroundColor,
- Color? selectedBackgroundColor,
- Border? border,
- Border? selectedBorder,
Implementation
const TTableMobileCardTheme({
this.margin = const EdgeInsets.only(bottom: 12),
this.padding = const EdgeInsets.all(16),
this.elevation = 1,
this.borderRadius = const BorderRadius.all(Radius.circular(12)),
this.backgroundColor,
this.selectedBackgroundColor,
this.border,
this.selectedBorder,
});