SFSelectSub constructor
const
SFSelectSub({})
Implementation
const SFSelectSub({
super.key,
required this.subs,
this.width,
this.focusedColor,
this.textColor,
this.direction = Axis.vertical,
this.onTap,
this.spacing = 14,
this.physics,
this.initialIndex,
this.textStyle,
});