getRich method

dynamic getRich(
  1. InlineSpan span
)

Implementation

getRich(InlineSpan span) {
  return Text.rich(
    span,
    textDirection: textDirection,
    textScaler: textScaler,
    textAlign: textAlign,
    maxLines: maxLines,
    overflow: overflow,
  );
}