The widths of the sides of this border represented as an EdgeInsets.
Source
EdgeInsets get dimensions {
return new EdgeInsets.fromLTRB(left.width, top.width, right.width, bottom.width);
}
The widths of the sides of this border represented as an EdgeInsets.
EdgeInsets get dimensions {
return new EdgeInsets.fromLTRB(left.width, top.width, right.width, bottom.width);
}