TUIAppBarItem constructor

TUIAppBarItem({
  1. required IconData iconData,
  2. String? label,
  3. String? tooltip,
})

Implementation

TUIAppBarItem({required this.iconData, this.label, this.tooltip});