LocationText constructor

const LocationText(
  1. {Key? key,
  2. String text = "Discover in"}
)

Implementation

const LocationText({super.key, this.text = "Discover in"});