ColonSpan constructor

const ColonSpan({
  1. TextStyle? style,
})

Implementation

const ColonSpan({
  super.style,
}) : super(text: ' : ');