BeagleAccessibility class

The accessibility will enable a textual information to explain the view content in case a screen reader is used.

Constructors

BeagleAccessibility({bool accessible = true, String? accessibilityLabel, bool isHeader = false})
BeagleAccessibility.fromMap(Map<String, dynamic> map)

Properties

accessibilityLabel String?
Provides a textual description of the widget.
getter/setter pair
accessible bool
Informs when the accessibilityLabel is available. By default is kept as true and it indicates that the view is an accessibility element.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isHeader bool
Indicates that this subtree represents a header. By default is kept as false.
getter/setter pair
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