SpanDecoration constructor

const SpanDecoration({
  1. SpanBorder? border,
  2. Color? color,
  3. BorderRadius? borderRadius,
  4. bool consumeSpanPadding = true,
})

Creates a SpanDecoration.

Implementation

const SpanDecoration({
  this.border,
  this.color,
  this.borderRadius,
  this.consumeSpanPadding = true,
});