TatweerCard constructor
const
TatweerCard({
- Key? key,
- required Widget child,
- String? title,
- String? subtitle,
- Widget? header,
- Color? backgroundColor,
- double? borderRadius,
- double? elevation,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Color? borderColor,
- double? borderWidth,
- VoidCallback? onTap,
- bool clickable = false,
Implementation
const TatweerCard({
Key? key,
required this.child,
this.title,
this.subtitle,
this.header,
this.footer,
this.backgroundColor,
this.borderRadius,
this.elevation,
this.padding,
this.margin,
this.borderColor,
this.borderWidth,
this.onTap,
this.clickable = false,
}) : super(key: key);