iconWidget property
Widget
get
iconWidget
A getter to build and return the app icon as a Widget.
Implementation
Widget get iconWidget {
return buildAppIcon();
}
A getter to build and return the app icon as a Widget.
Widget get iconWidget {
return buildAppIcon();
}