Menu3DotsModel constructor

Menu3DotsModel(
  1. String title,
  2. String subtitle,
  3. IconData icons,
  4. String action,
)

Implementation

Menu3DotsModel(this.title, this.subtitle, this.icons, this.action);