AiutaPageBarToggles class
Configuration for the page bar appearance toggles.
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaPageBarToggles.new({required bool preferCloseButtonOnTheRight})
-
Creates an AiutaPageBarToggles with a preference for the close button
positioning on the right
preferCloseButtonOnTheRight
. - AiutaPageBarToggles.builtIn()
-
Creates a built-in page bar toggles configuration with default settings.
factory
-
AiutaPageBarToggles.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- preferCloseButtonOnTheRight → bool
-
Whether to prefer the close button on the right.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited