fallback property

Widget fallback

Fallback widget.

Implementation

Widget get fallback {
  return const Icon(Icons.public);
}