border2 method
border-2 - 设置边框宽度为2px
Implementation
ContainerBuilder border2({Color color = const Color(0xFFE5E7EB)}) => borderAll(color: color, width: 2.0);
border-2 - 设置边框宽度为2px
ContainerBuilder border2({Color color = const Color(0xFFE5E7EB)}) => borderAll(color: color, width: 2.0);