RelativeRect.fromLTRB constructor
Creates a RelativeRect with the given values.
Implementation
const RelativeRect.fromLTRB(this.left, this.top, this.right, this.bottom);
Creates a RelativeRect with the given values.
const RelativeRect.fromLTRB(this.left, this.top, this.right, this.bottom);