mapAttribution top-level property
RichAttributionWidget
mapAttribution
final
Implementation
final mapAttribution = RichAttributionWidget(
attributions: [
TextSourceAttribution(
'OpenStreetMap contributors',
onTap: () => launchUrl(Uri.parse('https://openstreetmap.org/copyright')),
),
],
);