CustomTabPageSelector constructor
const
CustomTabPageSelector({
- Key? key,
- TabController? controller,
- double indicatorSize = 12.0,
- Color? color,
- Color? selectedColor,
Creates a compact widget that indicates which tab has been selected.
Implementation
const CustomTabPageSelector({
super.key,
this.controller,
this.indicatorSize = 12.0,
this.color,
this.selectedColor,
}) : assert(indicatorSize != null && indicatorSize > 0.0);