I'm trying to display the attribution logo (i) at a specific place but the bottom margin isn't apply.
AttributionSettings(
marginLeft: marginLeft,
marginBottom: marginBottom,
iconColor: Colors.grey.toARGB32(),
position: OrnamentPosition.BOTTOM_LEFT,
),```
Before the package upgrade we didn't had any problem but with the last version. It seems that marginBottom isn't applied.
Do you have a solution? Is it me who don't use it correctly?