KeyboardButtonRequestGeoLocation constructor
const
KeyboardButtonRequestGeoLocation({
- KeyboardButtonStyleBase? style,
- required String text,
Keyboard Button Request Geo Location constructor.
Implementation
const KeyboardButtonRequestGeoLocation({this.style, required this.text})
: super._();