TextWithBadgeButtonMode class
Configuration of the 'preview' button in 'text with badge button mode'.
- Inheritance
-
- Object
- PreviewButton
- TextWithBadgeButtonMode
Constructors
- TextWithBadgeButtonMode({String accessibilityDescription = "?accessibilityDescriptionCameraPreviewButton", StyledText? text, BadgeStyle? pageCounter})
-
TextWithBadgeButtonMode.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessibilityDescription ↔ String
-
The text to be read when the 'preview' button is selected via the accessibility mode.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageCounter ↔ BadgeStyle
-
Configuration of the badge icon.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ StyledText
-
Configuration of the text style for the 'preview' button.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited