CustomText class
The text to be displayed on the permission request screen.
Constructors
- CustomText({String? permissionViewHeaderText, String? permissionRequestButtonText, String? popupTextWhenPermissionDenied})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- permissionRequestButtonText → String?
-
The text to be displayed in the permission request button on the permission request screen.
final
- permissionViewHeaderText → String?
-
The text to be displayed in the header on the permission request screen.
It is used to inform the user that the following permissions are required to use the app.
final
- popupTextWhenPermissionDenied → String?
-
The text to be displayed in pop-up when required permission is denied.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited