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.
如何在 Flutter 的 Canvas 上将文本显示为 3D?我想到的一种方法是多次复制文本,但将每个复制者显示为与原始文本的偏移量。这样做的问题是您将无法区分边缘,因为不会有任何阴影/照明。