TDNavBarItem constructor
TDNavBarItem({
- IconData? icon,
- Color? iconColor,
- TDBarItemAction? action,
- double? iconSize = 24.0,
- EdgeInsetsGeometry? padding,
- Widget? iconWidget,
Implementation
TDNavBarItem({
this.icon,
this.iconColor,
this.action,
this.iconSize = 24.0,
this.padding,
this.iconWidget,
});