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