添加Shadow 在Flutter中,Container可以使用BoxDecoration. ... ImageFilter.blur( sigmaX: 2, sigmaY: 2, ), child: Text( text, style: style, ) ...
確定! 回上一頁