String data = ''; @override. Widget build(BuildContext context) { var input = TextField( onChanged: onChanged: (text) => data = text, );
確定! 回上一頁