SearchTextState constructor

const SearchTextState({
  1. String searchText = '',
})

Implementation

const SearchTextState({this.searchText = ''});