fontSemibold method

TextBuilder fontSemibold()

Implementation

TextBuilder fontSemibold() => TextBuilder(data ?? '').fontWeight(FontWeight.w600);