ZetaButtonSegment<T> class
Data describing a segment of a ZetaSegmentedControl.
Constructors
- ZetaButtonSegment({required T value, required Widget child})
-
Construct a ZetaButtonSegment.
const
Properties
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