FxTabIndicator constructor

const FxTabIndicator({
  1. double indicatorHeight = 2,
  2. required Color indicatorColor,
  3. FxTabIndicatorStyle indicatorStyle = FxTabIndicatorStyle.circle,
  4. double width = 20,
  5. double yOffset = 28,
  6. double radius = 4,
})

Implementation

const FxTabIndicator({
  this.indicatorHeight = 2,
  required this.indicatorColor,
  this.indicatorStyle = FxTabIndicatorStyle.circle,
  this.width = 20,
  this.yOffset = 28,
  this.radius = 4
});