tyekSXqUpDMlDmQt constructor

tyekSXqUpDMlDmQt(
  1. Widget? widget, {
  2. required dynamic onClick(),
  3. bool enable = true,
  4. bool isAnim = true,
  5. int? tapTime,
})

Implementation

tyekSXqUpDMlDmQt(
  this.widget, {
  required this.onClick,
  this.enable = true,
  this.isAnim = true,
  this.tapTime,
});