CInkMaterialOption class

Constructors

CInkMaterialOption({Color? highlightColor, Color? splashColor, InteractiveInkFeatureFactory? splashFactory, double? splashRadius, Color? focusColor, bool inkOnTop = true})
const

Properties

focusColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
The highlightColor for Material style
final
inkOnTop bool
Put ink on top of content? the ink will block all actions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
The splashColor for Material style
final
splashFactory InteractiveInkFeatureFactory?
final
splashRadius double?
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