HintEdgeInset.fromLTRB constructor

const HintEdgeInset.fromLTRB(
  1. PointHintParam? left,
  2. PointHintParam? top,
  3. PointHintParam? right,
  4. PointHintParam? bottom,
)

Implementation

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