ShakeBaseAction constructor

ShakeBaseAction(
  1. String? title,
  2. String? subtitle,
  3. String? icon,
  4. Function? handler,
  5. String? type,
)

Implementation

ShakeBaseAction(
    this.title, this.subtitle, this.icon, this.handler, this.type);