BreadcrumbThemeData class

Theme data for Breadcrumb.

Annotations

Constructors

Creates a BreadcrumbThemeData.
const

Properties

backgroundColor Color?
The background color of the breadcrumb.
final
color Color?
The color of the breadcrumb text.
final
hashCode int
The hash code for this object.
no setteroverride
height double?
The height of the breadcrumb.
final
highlightColor Color?
The color of the breadcrumb items.
final
iconTheme IconThemeData?
The theme for the breadcrumb icon.
final
itemSpacing double?
The space between items inside the breadcrumb.
final
padding EdgeInsets?
The padding for the breadcrumb.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
The style for the text.
final

Methods

copyWith({EdgeInsets? padding, double? height, double? itemSpacing, Color? color, IconThemeData? iconTheme, TextStyle? textStyle, Color? backgroundColor, Color? highlightColor}) BreadcrumbThemeData
Makes a copy of BreadcrumbThemeData overwriting selected fields.
merge(BreadcrumbThemeData? other) BreadcrumbThemeData
Merges the theme data BreadcrumbThemeData.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant BreadcrumbThemeData other) bool
The equality operator.
override