feat: use data from provider to render table and make it clickable.

This commit is contained in:
2021-10-08 01:44:17 +08:00
parent fbc1a4ba72
commit e819ba46e0
7 changed files with 107 additions and 100 deletions
+2
View File
@@ -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);