ButtonText constructor

ButtonText({
  1. String? onLocationDisabled,
  2. String? onPermissionDenied,
  3. TextStyle? textStyle,
  4. String? onPermissionPermanentlyDenied,
})

Implementation

ButtonText(
    {this.onLocationDisabled,
    this.onPermissionDenied,
    this.textStyle,
    this.onPermissionPermanentlyDenied});