MoonBreadcrumbItem class

Constructors

MoonBreadcrumbItem({double? gap, String? semanticLabel, VoidCallback? onTap, Widget? leading, required Widget label, Widget? trailing})
Creates a Moon Design breadcrumb item.
const

Properties

gap double?
The gap between the leading, label and trailing widgets of the breadcrumb item.
final
hashCode int
The hash code for this object.
no setterinherited
label Widget
The primary content of the breadcrumb item.
final
leading Widget?
The widget to display before the label widget of the breadcrumb item.
final
onTap VoidCallback?
The callback that is called when the breadcrumb item is tapped or pressed. If null, the breadcrumb item is disabled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
The semantic label for the breadcrumb item.
final
trailing Widget?
The widget to display after the label widget of the breadcrumb item.
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