StyledText.selectable constructor
const
StyledText.selectable({
- required TextSpan textSpan,
- required Style style,
- double textScaleFactor = 1.0,
- required RenderContext renderContext,
- AnchorKey? key,
Implementation
const StyledText.selectable({
required TextSpan textSpan,
required this.style,
this.textScaleFactor = 1.0,
required this.renderContext,
this.key,
}) : textSpan = textSpan,
_selectable = true,
super(key: key);