borderStyle function
Border style for all border sides
Implementation
BorderAttribute borderStyle(BorderStyle style) => BorderAttribute.all(
BorderSideAttribute(style: style),
);
Border style for all border sides
BorderAttribute borderStyle(BorderStyle style) => BorderAttribute.all(
BorderSideAttribute(style: style),
);