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