fallback method

String? fallback(
  1. T content
)

This may provide text that can be displayed instead of the content. It can be used in contexts that do not support rendering a content type.

Implementation

String? fallback(T content) => null;