How to give a “Dashed Border” in flutter?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I try to give dashed border in flutter but there is no option for dashed border in flutter. so any another way to create dashed border in futter. new Container ( decoration : new BoxDecoration ( border : Border ( left : BorderSide ( color : Color ( 0XFFFF6D64 ), width : 2.0 ))), height : 20.0 , margin : const EdgeInsets . only ( left : 35.0 ), child : new Row ( crossAxisAlignment : CrossAxisAlignment . start , children : < Widget >[ new DecoratedBox ( decoration : new BoxDecoration ( border : Border ( left : BorderSide ( color :