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