setLayoutProperty method
dynamic
setLayoutProperty(
- String layerId,
- String name,
- dynamic value,
- StyleSetterOptions options,
Implementation
setLayoutProperty(String layerId, String name, dynamic value,
StyleSetterOptions options) =>
jsObject.setLayoutProperty(layerId, name, value, options.jsObject);