InlineSpan.text constructor Null safety
- {String? text,
- List<
InlineSpan> ? children, - TextStyle? style,
- MouseCursor? mouseCursor,
- Callback? onTap,
- String? semanticsLabel,
- Locale? locale,
- bool? spellOut}
Implementation
const factory InlineSpan.text({
String? text,
List<InlineSpan>? children,
TextStyle? style,
MouseCursor? mouseCursor,
Callback? onTap,
String? semanticsLabel,
Locale? locale,
bool? spellOut,
}) = TextSpan;