AppBarPlacesAutoCompleteTextField constructor

const AppBarPlacesAutoCompleteTextField({
  1. Key? key,
  2. required InputDecoration? textDecoration,
  3. required TextStyle? textStyle,
  4. required Color? cursorColor,
})

Implementation

const AppBarPlacesAutoCompleteTextField({
  Key? key,
  required this.textDecoration,
  required this.textStyle,
  required this.cursorColor,
}) : super(key: key);