【发布时间】:2022-07-06 14:43:58
【问题描述】:
我是 Flutter 新手,谁能告诉我如何根据 API 响应启用/禁用提升按钮。我需要知道我的项目。谢谢
【问题讨论】:
标签: flutter
我是 Flutter 新手,谁能告诉我如何根据 API 响应启用/禁用提升按钮。我需要知道我的项目。谢谢
【问题讨论】:
标签: flutter
你遵守这条规则
If onPressed and onLongPress callbacks are null, then the button will be disabled.
【讨论】: