const RelativeRect.fromLTRB(double left, double top, double right, double bottom)

Creates a RelativeRect with the given values.

Source

const RelativeRect.fromLTRB(this.left, this.top, this.right, this.bottom);