border method
border - TailwindCSS的border类,1px边框
Implementation
ContainerBuilder border({double width = 1.0, Color color = const Color(0xFFE5E7EB)}) {
_border = Border.all(color: color, width: width);
return this;
}
border - TailwindCSS的border类,1px边框
ContainerBuilder border({double width = 1.0, Color color = const Color(0xFFE5E7EB)}) {
_border = Border.all(color: color, width: width);
return this;
}