SolidFillSymbolLayer class final
A struct that implements solid fill symbol layer.
A SolidFillSymbolLayer represents a symbol layer used to fill a polygon geometry with a solid color. It can have transparency applied.
If a SolidFillSymbolLayer is the only symbol layer in a MultilayerPolygonSymbol, it will fill the geometry with the specified color.
The SolidFillSymbolLayer is similar to the Web Scene's FillSymbol3DLayer, and the Web Map's esriSFS.
SolidFillSymbolLayer is like SimpleFillSymbol with a solid style. Unlike SimpleFillSymbol, which includes hatch fill styles, SolidFillSymbolLayer is used to symbolize a solid fill exclusively and therefore only exposes a color property.
- Inheritance
-
- Object
- SymbolLayer
- FillSymbolLayer
- SolidFillSymbolLayer
Constructors
- SolidFillSymbolLayer({Color color = Colors.black})
-
Creates a solid fill symbol layer with a given color.
factory
Properties
- color ↔ Color
-
The color of a solid fill symbol layer.
getter/setter pair
- colorLocked ↔ bool
-
The symbol layer color locked property.
getter/setter pairinherited
- enabled ↔ bool
-
The symbol layer enabled property.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → SymbolLayer -
Clones the SymbolLayer.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited