LogoSettings class Null safety

Shows the Mapbox logo on the map.

Constructors

LogoSettings({bool? enabled, OrnamentPosition? position, double? marginLeft, double? marginTop, double? marginRight, double? marginBottom})

Properties

enabled bool?
Whether the logo is visible on the map.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
marginBottom double?
Defines the margin to the bottom that the attribution icon honors. This property is specified in pixels.
read / write
marginLeft double?
Defines the margin to the left that the attribution icon honors. This property is specified in pixels.
read / write
marginRight double?
Defines the margin to the right that the attribution icon honors. This property is specified in pixels.
read / write
marginTop double?
Defines the margin to the top that the attribution icon honors. This property is specified in pixels.
read / write
position OrnamentPosition?
Defines where the logo is positioned on the map
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(Object message) LogoSettings