DateOptionWrapper constructor
const
DateOptionWrapper({
- Key? key,
- required Color backColor,
- required String title,
- TextStyle? textStyle,
- BorderRadius? radius,
- Function? onTap,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Implementation
const DateOptionWrapper({
super.key,
required this.backColor,
required this.title,
this.textStyle,
this.radius,
this.onTap,
this.padding,
this.margin,
});