CuReDialogAction constructor

CuReDialogAction({
  1. required String label,
  2. Function? onPressed,
  3. Color? color,
})

Implementation

CuReDialogAction({required this.label, this.onPressed, this.color});