IconAnchor constructor

IconAnchor({
  1. Anchor anchor = Anchor.center,
  2. IconAnchorOffset? offset,
})

Implementation

IconAnchor({
  this.anchor = Anchor.center,
  this.offset,
});