TextEditingController_name = TextEditingController(); Future<String> randomFun() async{ return _name.text; } ... TextField( decoration: ...
確定! 回上一頁