AnimatedSelectorWidget constructor

const AnimatedSelectorWidget({
  1. Key? key,
  2. required double screenWidth,
  3. Color? backgroundColor,
  4. TextStyle? textStyle,
  5. Color? borderColor,
})

Implementation

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