AnimatedSelectorWidget constructor
const
AnimatedSelectorWidget({})
Implementation
const AnimatedSelectorWidget({
Key? key,
required this.screenWidth,
this.backgroundColor,
this.textStyle,
this.borderColor,
}) : super(key: key);