StyleLayer constructor
const
StyleLayer({})
Create a new StyleLayer instance.
Implementation
const StyleLayer({
required this.id,
this.layout = const {},
this.paint = const {},
this.minZoom = 0,
this.maxZoom = 24,
this.filter,
});