span property

(InlineSpan Function(String)?) span
final

The function to get the TextPainter.text form the text string.

If set, textStyle is not allowed.

Implementation

final InlineSpan Function(String)? span;