allInset property

EdgeInsets allInset

returns an EdgeInsets that includes this number as a padding for all sides

Implementation

EdgeInsets get allInset {
  return EdgeInsets.all(this.toDouble());
}