TextSpanUnderLine extension
- on
Methods
-
withUnderLine(
{double width = 1.0, Color underLineColor = CoreColors.black, void onTap()?, PlaceholderAlignment? alignment}) → WidgetSpan -
Available on TextSpan, provided by the TextSpanUnderLine extension
Adds an underline to the text span. Fix issue especially with arabic text as the line is not connected correctly.