mediaType property

  1. @override
MediaType mediaType
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 => ViewerMediaType.instance;