EdgeInsets.all constructor

const EdgeInsets.all(
  1. double? all
)

Implementation

const EdgeInsets.all(this.all)
  : horizontal = null,
    vertical = null,
    left = null,
    top = null,
    right = null,
    bottom = null;