CcButtonWidget constructor

CcButtonWidget({
  1. Key? key,
  2. String? title,
  3. Widget? builder(
    1. CcButtonState state
    )?,
  4. CcButtonWidgetOptions? options,
  5. required void onTap(
    1. CcButtonState state
    ),
})

Implementation

CcButtonWidget({Key? key, this.title, this.builder, this.options, required this.onTap}) : super(key: key);