buildPlaceholder method

Widget buildPlaceholder()

This is shown as the body when shouldPlaceholderBeShown is true.

Implementation

Widget buildPlaceholder() {
  return Center(
    child: JidoujishoPlaceholderMessage(
      icon: mediaType.outlinedIcon,
      message: t.info_empty_home_tab,
    ),
  );
}