SearchTileTheme constructor

const SearchTileTheme({
  1. bool visible = true,
  2. String title = "Search",
  3. String hint = "name/dial code...",
})

Implementation

const SearchTileTheme({
  this.visible = true,
  this.title = "Search",
  this.hint = "name/dial code...",
});