iconWidget property

Widget get iconWidget

A getter to build and return the app icon as a Widget.

Implementation

Widget get iconWidget {
  return buildAppIcon();
}