Attribution Layer
Last updated
Was this helpful?
Was this helpful?
nonRotatedChildren: [
RichAttributionWidget(
animationConfig: const ScaleRAWA(), // Or `FadeRAWA` as is default
attributions: [
TextSourceAttribution(
'OpenStreetMap contributors',
onTap: () => launchUrl(Uri.parse('https://openstreetmap.org/copyright')),
),
],
),
],nonRotatedChildren: [
SimpleAttributionWidget(
source: Text('OpenStreetMap contributors'),
),
],