TDNavBarItemBorder constructor
TDNavBarItemBorder({
- double width = 1.0,
- double radius = 22.0,
- Color? color,
- EdgeInsetsGeometry? padding,
Implementation
TDNavBarItemBorder({
this.width = 1.0,
this.radius = 22.0,
this.color,
this.padding,
});