FlipBarItem class

Template for a FlipBoxBar item.

Constructors

FlipBarItem({required Widget icon, required Widget text, Color frontColor = Colors.blueAccent, Color backColor = Colors.blue})

Properties

backColor Color
The color of the top side (Towards the user when selected).
final
frontColor Color
The color of the front side (Originally towards the user).
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget
The icon to be displayed on the sides (Can be replaced by any other widget).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Widget
The text to be displayed when item is selected (Can be replaced by any other widget).
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