Disable a `TextField` in Flutter. Use the enabled: property of the TextField widget by setting it to false : TextField( enabled: false, ... ) This field won ...
確定! 回上一頁