Decoration constructor

Decoration({
  1. required TextRange range,
  2. DecoratorRule? rule,
})

Implementation

Decoration({
  required this.range,
  this.rule,
});