CurrentLocationTileTheme constructor

const CurrentLocationTileTheme({
  1. bool visible = false,
  2. String title = "Current Location",
})

Implementation

const CurrentLocationTileTheme({
  this.visible = false,
  this.title = "Current Location",
});