1 reference to Span
Microsoft.Maui.Controls (1)
FormattedString.cs (1)
34
public static implicit operator FormattedString(string text) => new FormattedString { Spans = { new
Span
{ Text = text } } };