WidgetAction class

Implemented types

Constructors

WidgetAction.new(WidgetView target, Event event, View view, Handler handler)

Properties

event Event
getter/setter pair
f TextFormField?
getter/setter pair
handler Handler
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target WidgetView
getter/setter pair
view View
getter/setter pair

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

Static Methods

from(WidgetView target, String eventName, View view, Map<String, API> apis, YamlMap map) WidgetAction