CarpenterSidebarData class final
- Annotations
Constructors
-
CarpenterSidebarData({required List<
CarpenterSidebarSection> sections, String? selectedId, ValueChanged<String> ? onSelected, Widget? header, Widget? compactHeader, String semanticLabel = 'Основная навигация'}) -
Describes sidebar navigation with a Russian default semantic label.
const
Properties
-
final
- compactHeader → Widget?
-
final
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → Widget?
-
final
-
onSelected
→ ValueChanged<
String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sections
→ List<
CarpenterSidebarSection> -
final
- selectedId → String?
-
final
- semanticLabel → String
-
final
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