border method
Implementation
Border border() {
return Border.all(
color: color,
width: width.toDouble(),
style: BorderStyle.solid
);
}
Border border() {
return Border.all(
color: color,
width: width.toDouble(),
style: BorderStyle.solid
);
}