CcTapWidget constructor

CcTapWidget({
  1. Key? key,
  2. Widget? child,
  3. bool isDisable = false,
  4. double? pressedOpacity,
  5. Widget builder(
    1. State<StatefulWidget> state
    )?,
  6. void onTap(
    1. State<StatefulWidget> state
    )?,
})

Implementation

CcTapWidget({Key? key, this.child, this.isDisable = false, this.pressedOpacity, this.builder, this.onTap}) : super(key: key);