Attr constructor

Attr({
  1. int? x,
  2. int? y,
  3. int? h,
  4. int? w,
})

Implementation

Attr({this.x, this.y, this.h, this.w});