VTabBarProperties constructor

VTabBarProperties({
  1. double? indicatorWeight = 2.0,
  2. TextStyle? labelStyle,
  3. TextStyle? unselectedLabelStyle,
})

Implementation

VTabBarProperties({
  this.indicatorWeight = 2.0,
  this.labelStyle,
  this.unselectedLabelStyle,
});