IDSActionBar class

A customizable action bar with icons and text for different states.

Constructors

IDSActionBar.new({required Widget activeIcon, Widget? inActiveIcon, String? text, ValueChanged<bool>? onTab})
Creates an IDSActionBar with specified parameters.

Properties

activeIcon Widget
The icon displayed when the button is selected.
final
hashCode int
The hash code for this object.
no setterinherited
inActiveIcon Widget?
The icon displayed when the button is unselected.
final
onTab ValueChanged<bool>?
The callback function called when the action button is tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The text label displayed next to the action button.
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