CcAppleButton constructor

CcAppleButton({
  1. Key? key,
  2. String? title,
  3. Widget? child,
  4. required VoidCallback onPressed,
  5. bool? isDisable,
  6. CcAppleButtonOptions? options,
})

Implementation

CcAppleButton({Key? key, this.title, this.child, required this.onPressed, this.isDisable, this.options}) : super(key: key);