DraftModeUICard constructor
const
DraftModeUICard({
- Key? key,
- IconData? icon,
- required String title,
- required String description,
- EdgeInsetsGeometry? outerPadding = _defaultOuterPadding,
- EdgeInsetsGeometry? innerPadding,
- double? borderRadius,
- Color? backgroundColor,
- Color? iconColor,
- Color? titleColor,
- Color? descriptionColor,
- Color? borderColor,
- List<
BoxShadow> ? shadow, - VoidCallback? onTap,
Implementation
const DraftModeUICard({
super.key,
this.icon,
required this.title,
required this.description,
this.outerPadding = _defaultOuterPadding,
this.innerPadding,
this.borderRadius,
this.backgroundColor,
this.iconColor,
this.titleColor,
this.descriptionColor,
this.borderColor,
this.shadow,
this.onTap,
});