mediaType property
override
This variable is true when the buildPlaceholder should be shown. For example, if a certain media type does not have any media items to show in its history. Each tab in the home page represents a media type.
Implementation
/// Each tab in the home page represents a media type.
@override
MediaType get mediaType => ReaderMediaType.instance;