FillStyleLayer constructor
const
FillStyleLayer({})
Default constructor for a FillStyleLayer instance.
Implementation
const FillStyleLayer({
required super.id,
required super.sourceId,
super.layout,
super.paint,
super.minZoom = 0,
super.maxZoom = 24,
super.filter,
super.sourceLayerId,
});