ActionModel constructor

ActionModel({
  1. String? title,
  2. Icon? icon,
  3. Color? color,
  4. VoidCallback? action,
})

Implementation

ActionModel({this.title, this.icon, this.color, this.action});