HintEdgeInset.fromLTRB constructor
const
HintEdgeInset.fromLTRB(
- PointHintParam? left,
- PointHintParam? top,
- PointHintParam? right,
- PointHintParam? bottom,
Implementation
const HintEdgeInset.fromLTRB(this.left, this.top, this.right, this.bottom);