Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将我的复制文本文件数据从我的颤动粘贴到它以纯文本显示的任何应用程序时,有什么方法可以在颤动中复制具有不同字体格式的文本文件它不显示我在颤动应用程序中设置的字体我做什么用它的字体格式复制文本文件数据
您不能像在其他应用程序TextField中TextArea那样在您的预定义文本样式中为字段显式设置或由应用程序的theme. 这种样式机制可以TextField根据 Flutter 的文档来确认。
TextField
TextArea
theme