image property

Widget? image
final

Override the icon section with a image logo For example, Google requires a colorized logo, which FontAwesome cannot display. If both image and icon are provided, image will take precedence

Implementation

final Widget? image;