const EdgeInsets.fromLTRB(this.left, this.top, this.right, this.bottom) : assert(left >= 0.0), assert(top >= 0.0), assert(right >= 0.0), assert(bottom >= 0.0);