BrnAnchorTabBarStyle constructor

const BrnAnchorTabBarStyle({
  1. Color? indicatorColor,
  2. double indicatorWeight = 2.0,
  3. EdgeInsetsGeometry indicatorPadding = EdgeInsets.zero,
  4. Color? labelColor,
  5. TextStyle? labelStyle,
  6. EdgeInsetsGeometry? labelPadding,
  7. Color? unselectedLabelColor,
  8. TextStyle? unselectedLabelStyle,
  9. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
})

Implementation

const BrnAnchorTabBarStyle({
  this.indicatorColor,
  this.indicatorWeight = 2.0,
  this.indicatorPadding = EdgeInsets.zero,
  this.labelColor,
  this.labelStyle,
  this.labelPadding,
  this.unselectedLabelColor,
  this.unselectedLabelStyle,
  this.dragStartBehavior = DragStartBehavior.start,
});