placeholder constant

InlineSpanSemanticsInformation const placeholder

The text info for a PlaceholderSpan.

Implementation

static const InlineSpanSemanticsInformation placeholder = InlineSpanSemanticsInformation(
  '\uFFFC',
  isPlaceholder: true,
);