TDNavBarItemBorder constructor

TDNavBarItemBorder({
  1. double width = 1.0,
  2. double radius = 22.0,
  3. Color? color,
  4. EdgeInsetsGeometry? padding,
})

Implementation

TDNavBarItemBorder({
  this.width = 1.0,
  this.radius = 22.0,
  this.color,
  this.padding,
});