decorationCurrent method
decoration-current: text-decoration-color: current;
Implementation
TextBuilder decorationCurrent() => decorationColor(_color ?? Colors.black);
decoration-current: text-decoration-color: current;
TextBuilder decorationCurrent() => decorationColor(_color ?? Colors.black);