PointTabIndicator constructor

const PointTabIndicator({
  1. Color color = Colors.black,
  2. EdgeInsetsGeometry insets = EdgeInsets.zero,
  3. PointTabIndicatorPosition position = PointTabIndicatorPosition.bottom,
})

Implementation

const PointTabIndicator({
  this.color = Colors.black,
  this.insets = EdgeInsets.zero,
  this.position = PointTabIndicatorPosition.bottom,
});