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
icon → Widget
The icon to be displayed on the sides (Can be replaced by any other widget).
final
text → Widget
The text to be displayed when item is selected (Can be replaced by any other widget).
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited