AttributionAlignment constructor

const AttributionAlignment(
  1. Alignment real
)

Position to anchor RichAttributionWidget to relative to the FlutterMap

Reflects standard Alignment through real, but limits to the only supported options.

Implementation

const AttributionAlignment(this.real);