HintEdgeInset.only constructor

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

Implementation

const HintEdgeInset.only({
  this.left,
  this.top,
  this.right,
  this.bottom,
});