TDNavBarItem constructor

TDNavBarItem({
  1. IconData? icon,
  2. Color? iconColor,
  3. TDBarItemAction? action,
  4. double? iconSize = 24.0,
  5. EdgeInsetsGeometry? padding,
  6. Widget? iconWidget,
})

Implementation

TDNavBarItem({
  this.icon,
  this.iconColor,
  this.action,
  this.iconSize = 24.0,
  this.padding,
  this.iconWidget,
});