AppBarPlacesAutoCompleteTextField constructor

AppBarPlacesAutoCompleteTextField({
  1. Key? key,
  2. InputDecoration? textDecoration,
  3. TextStyle? textStyle,
})

Implementation

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