Inkwell class

Inkwell ~ InkwellConfig final class.

Inheritance
Mixed in types

Constructors

Inkwell({Key? key})
Inkwell.hover(Color color, [int alpha = 100])
factory
Inkwell.ripple(Color color, [int alpha = 100])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() InkwellOUT
subclass should override this method to define the associated ConfigOUT. of the Call this method to get an instance of the associated ConfigOUT data.
inherited
child(Widget child) Inkwell
@fixed ~ set child
inherited
clip(Clip? clip) Inkwell
@fixed ~ set clip behaviour
inherited
copy<Type>(Inkwell t) Inkwell
inherited
copyInkwell(InkwellConfig<InkwellConfig<dynamic, InkwellConfigIN, InkwellConfigOUT>, InkwellConfigIN, InkwellConfigOUT> inkwell) Inkwell
@config reference ~ copy inkwell
inherited
copyRadii(RadiiConfig<RadiiConfig<dynamic, RadiiConfigIN, RadiiConfigOUT>, RadiiConfigIN, RadiiConfigOUT> radii) Inkwell
@config reference ~ copy radii
inherited
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createNew() Inkwell
override
createState() ConfigState<Inkwell, InkwellIN, InkwellOUT>
Creates the mutable state for this widget at a given location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
focusColor(Color color, [int? alpha]) Inkwell
@varies ~ set focus color
inherited
highlightColor(Color color, [int? alpha]) Inkwell
@varies ~ set highlight color
inherited
hoverColor(Color color, [int? alpha]) Inkwell
@varies ~ set hover color
inherited
inkType(InkType type) Inkwell
@fixed ~ set Inkwell type
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLongPress(dynamic onLongPress()) Inkwell
@fixed ~ set long press callback
inherited
onTap(dynamic onTap()) Inkwell
@fixed ~ set tap callback
inherited
overlayColor(Color color, [int? alpha]) Inkwell
@varies ~ set overlay color
inherited
resolve<Type>(dynamic data, Symbol tag) Inkwell
inherited
roundBottom(double value) Inkwell
inherited
roundBottomLeft(double x, [double? y]) Inkwell
inherited
roundBottomLeftX(double value) Inkwell
inherited
roundBottomLeftY(double value) Inkwell
inherited
roundBottomRight(double x, [double? y]) Inkwell
inherited
roundBottomRightX(double value) Inkwell
inherited
roundBottomRightY(double value) Inkwell
inherited
roundLeft(double value) Inkwell
inherited
roundRight(double value) Inkwell
inherited
roundTop(double value) Inkwell
inherited
roundTopLeft(double x, [double? y]) Inkwell
inherited
roundTopLeftX(double value) Inkwell
inherited
roundTopLeftY(double value) Inkwell
inherited
roundTopRight(double x, [double? y]) Inkwell
inherited
roundTopRightX(double value) Inkwell
inherited
roundTopRightY(double value) Inkwell
inherited
splashColor(Color color, [int? alpha]) Inkwell
@varies ~ set splash color
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
update(InkwellIN change(InkwellIN data)) Inkwell
inherited

Operators

operator *(double operand) Inkwell
inherited
operator +(Inkwell operand) Inkwell
inherited
operator -(Inkwell operand) Inkwell
inherited
operator ==(Object other) bool
The equality operator.
inherited

Static Properties

clear Inkwell
no setter