InkblobBarItem class

The InkblobNavigationBar.items definition.

Constructors

InkblobBarItem({required Widget emptyIcon, required Widget filledIcon, Widget? title, Color color = Colors.black})

Properties

color Color
The icon color defined, also used to color the blob in transit. Defaults to Colors.black.
final
emptyIcon Widget
Defines this item's icon shown when not selected.
final
filledIcon Widget
Defines this item's icon shown when selected. For optimal results this should be a filled version of emptyIcon.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
Defines this item's title which placed below the icon when selected.
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