uikit/dash/dash_line library

Classes

DashLine
// 分割虚线 Widget _dashLine() { return Container( height: ScreenUtil().setWidth(3), child: DashLine( color: Colors.white, height: AdaptationUtils.px(4), dashWidth: AdaptationUtils.px(10), ), margin: EdgeInsets.only( left: ScreenUtil().setWidth(30), right: ScreenUtil().setWidth(37)), ); }