AnimatedUnderlineSelector<T> constructor
Implementation
const AnimatedUnderlineSelector({
super.key,
this.defaultIndex = 0,
required this.onItemSelected,
this.labels,
this.labelBuilder,
this.itemCount,
this.underlineHeight = 3,
this.underlineColor = Colors.black,
});