CarpenterSidebarData class final

Annotations

Constructors

CarpenterSidebarData({required List<CarpenterSidebarSection> sections, String? selectedId, ValueChanged<String>? onSelected, Widget? header, Widget? compactHeader, Widget? footer, Widget? compactFooter, String semanticLabel = 'Основная навигация'})
Describes sidebar navigation with a Russian default semantic label.
const

Properties

compactFooter → Widget?
final
compactHeader → Widget?
final
final
hashCode → int
The hash code for this object.
no setterinherited
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