TBreadcrumbs class

Inheritance

Constructors

TBreadcrumbs.new({Key? key, required List<String> breadcrumbItems, required String heading, bool returnToPreviousScreen = false, IconData? iconData, String? subHeading, void homeOnTap()?, Widget? homeTitle, TextStyle? homeTitleStyle, TextStyle? breadcrumbItemsTextStyle})
const

Properties

List of breadcrumb items representing the navigation path. The last item is the current page and is not clickable.
final
Text style for breadcrumb items.
final
hashCode int
The hash code for this object.
no setterinherited
heading String
The heading/title for the page.
final
homeOnTap → void Function()?
Callback when the home link is tapped.
final
homeTitle Widget?
Custom widget for the home link (default: "Dashboard").
final
homeTitleStyle TextStyle?
Text style for the home link.
final
iconData IconData?
Optional icon displayed next to the heading.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
returnToPreviousScreen bool
Determines whether to include a back button for returning to the previous screen.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subHeading String?
Optional sub-heading for additional context.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
capitalize(String s) String
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited