DGHubAppBarIcon constructor

DGHubAppBarIcon({
  1. required IconData icon,
  2. required dynamic onTap(),
  3. String? badageLabel,
  4. Color? badageColor,
  5. bool enabledBadage = false,
})

Implementation

DGHubAppBarIcon(
    {required this.icon,
    required this.onTap,
    this.badageLabel,
    this.badageColor,
    this.enabledBadage = false});