CustomSegmentSettings class

Constructors

CustomSegmentSettings({Color splashColor = Colors.transparent, Color highlightColor = Colors.transparent, InteractiveInkFeatureFactory splashFactory = NoSplash.splashFactory, BorderRadius? borderRadius, double? radius, MaterialStateProperty<Color?>? overlayColor, Color? hoverColor, MouseCursor? mouseCursor})

Properties

borderRadius BorderRadius?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color
final
hoverColor Color?
final
mouseCursor MouseCursor?
final
overlayColor MaterialStateProperty<Color?>?
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color
final
splashFactory InteractiveInkFeatureFactory
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