EdgeInsets dimensions

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);
}