SelectStyle constructor

SelectStyle({
  1. Color? backgroundColor,
  2. Color? selectedBackgroundTextColor,
  3. Color? selectedTextColor,
})

Implementation

SelectStyle({this.backgroundColor, this.selectedBackgroundTextColor, this.selectedTextColor});