DatePicker constructor

const DatePicker({
  1. Key? key,
  2. required Function onTap,
  3. required String text,
  4. String? label,
  5. double? height,
  6. double? width,
  7. double? baseCardBoarderRaduis,
  8. double? iconSize,
  9. Color? color,
})

Implementation

const DatePicker(
    {super.key,
    required this.onTap,
    required this.text,
    this.label,
    this.height,
    this.width,
    this.baseCardBoarderRaduis,
    this.iconSize,
    this.color});