RequestGeoLocationButton constructor

const RequestGeoLocationButton({
  1. required String text,
  2. bool? quick,
})

Implementation

const RequestGeoLocationButton({
  required super.text,
  this.quick,
}) : super(type: 'request_geo_location');