class SupportItem { final String title; final String icon; final String tag; SupportItem(this.title, this.icon, this.tag); }