decorationsForLayer method

List<TextDecorationRange> decorationsForLayer(
  1. String layerKey
)

Implementation

List<TextDecorationRange> decorationsForLayer(String layerKey) {
  return _model.decorationsForLayer(layerKey);
}