menu
webf package
documentation
webf.dart
InputEvent
InputEvent.new constructor
InputEvent.new constructor
dark_mode
light_mode
InputEvent
constructor
InputEvent
(
{
String
inputType
=
''
,
String
data
=
''
,
bool
composed
=
false
,
})
Implementation
InputEvent({ this.inputType = '', this.data = '', super.composed, }) : super(EVENT_INPUT);
webf package
documentation
webf
InputEvent
InputEvent.new constructor
InputEvent class