WidgetDelegate class

Delegate methods of widget

Constructors

WidgetDelegate(GetContext getContext, RequestFocus requestFocus, GetTargetPlatform getTargetPlatform, GetCursorColor getCursorColor, GetSelectionColor getSelectionColor, GetCursorRadius getCursorRadius, GetTextSelectionControls getTextSelectionControls)

Properties

getContext GetContext
getter/setter pair
getCursorColor GetCursorColor
getter/setter pair
getCursorRadius GetCursorRadius
getter/setter pair
getSelectionColor GetSelectionColor
getter/setter pair
getTargetPlatform GetTargetPlatform
getter/setter pair
getTextSelectionControls GetTextSelectionControls
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestFocus RequestFocus
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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