CustomUnderline constructor

const CustomUnderline(
  1. String type,
  2. TextRange textRange
)

Implementation

const CustomUnderline(this.type, this.textRange);