TextBox.fromLTRBD constructor
- double left,
- double top,
- double right,
- double bottom,
- TextDirection direction,
Creates an object that describes a box containing text.
Implementation
const TextBox.fromLTRBD(
this.left,
this.top,
this.right,
this.bottom,
this.direction,
);