在嘗試更改 flutter 中 toast 訊息的背景顏色和文本顏色時,更改未反映。
幫我解決。
Fluttertoast.showToast(
msg: text,
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER,
timeInSecForIosWeb: 1,
backgroundColor: Colors.red,
textColor: Colors.white,
fontSize: 16.0
);

uj5u.com熱心網友回復:
Fluttertoast.showToast(
msg: "This is Center Short Toast",
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER,
timeInSecForIosWeb: 1,
backgroundColor: Colors.red,
textColor: Colors.white,
fontSize: 16.0
);
如果這不起作用,請運行 flutter clean 并重新啟動應用程式
uj5u.com熱心網友回復:
試試下面的代碼希望它對你有幫助。使用
您的結果綠色螢屏->
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/359620.html
