Ink class

Ink ~ InkWell & InkResponse configuration class.

Inheritance

Constructors

Ink()
Ink.ripple(Color color, [int alpha = 100])
factory
Ink.rumble(Color color, [int alpha = 100])
factory

Properties

data InkData
getter/setter pairinherited
fallback InkData
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$radii(Radii radii) Ink
call() Widget
override
focus(Color color, [int? alpha]) Ink
highlight(Color color, [int? alpha]) Ink
hover(Color color, [int? alpha]) Ink
lerp(dynamic ink) Ink
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overlay(Color color, [int? alpha]) Ink
splash(Color color, [int? alpha]) Ink
toString() String
A string representation of this object.
inherited
withChild(Widget? child) Ink
command to set child
inherited
withLongPress(dynamic onLongPress()?) Ink
withTap(dynamic onTap()?) Ink
withType(InkType? type) Ink

Operators

operator &(dynamic data) Ink
inherited
operator *(double factor) Ink
override
operator +(Ink operand) Ink
override
operator -(Ink operand) Ink
override
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) Ink
inherited