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