feat: use data from provider to render table and make it clickable.
This commit is contained in:
@@ -77,6 +77,8 @@ class GestureProp {
|
||||
return 'GestureProp{gesture: $gesture, direction: $direction, fingers: $fingers, type: $type, command: $command, remark: $remark}';
|
||||
}
|
||||
|
||||
GestureProp.empty();
|
||||
|
||||
GestureProp.parse(props) {
|
||||
if (props is String) props = json.decode(props);
|
||||
assert(props is Map);
|
||||
|
||||
Reference in New Issue
Block a user