placeholder constant
The text info for a PlaceholderSpan.
Implementation
static const InlineSpanSemanticsInformation placeholder = InlineSpanSemanticsInformation(
'\uFFFC',
isPlaceholder: true,
);
The text info for a PlaceholderSpan.
static const InlineSpanSemanticsInformation placeholder = InlineSpanSemanticsInformation(
'\uFFFC',
isPlaceholder: true,
);