SearchableChoiceRowStyle constructor

SearchableChoiceRowStyle({
  1. Color? rowColor,
  2. Color? displayColor,
})

Implementation

SearchableChoiceRowStyle({this.rowColor, this.displayColor});