update property
void Function(VoidCallback )
get
update
更新页面调用的方法, 通常是 State.setState; 也可以是 notifyListeners
Implementation
void Function(VoidCallback) get update;
更新页面调用的方法, 通常是 State.setState; 也可以是 notifyListeners
void Function(VoidCallback) get update;