PlutoGridKeyEventResult class

2021-11-19 KeyEventResult.skipRemainingHandlers 동작 오류로 인한 임시 코드 이슈 해결 후 : 삭제

desktop 에서만 발생 skipRemainingHandlers 을 리턴하면 pluto_grid.dart 의 FocusScope 의 콜백이 호출 되지 않고 TextField 에 키 입력이 되어야 하는데 방향키, 백스페이스 등이 입력되지 않음.(문자등은 입력 됨) https://github.com/flutter/flutter/issues/93873

Constructors

PlutoGridKeyEventResult()

Properties

hashCode int
The hash code for this object.
no setterinherited
isSkip bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

consume(KeyEventResult result) KeyEventResult
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
skip(KeyEventResult result) KeyEventResult
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited