RASegmentedSwitchItem class

A model to accommodate data from segmented switch items.

Constructors

RASegmentedSwitchItem({required String label, IconData? leftIcon, IconData? rightIcon})
Call the segmented switch item.

Properties

hashCode → int
The hash code for this object.
no setterinherited
icon → IconData?
Only displays the icon in the center.
final
label → String
Information for each item.
final
leftIcon → IconData?
Displays the icon to the left of label.
final
rightIcon → IconData?
Displays the icon to the right of label.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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