logo property

Widget? logo
final

(Optional) Logo widget. If null, Zebra logo will be used.

If provided, it is recommended to use an SVG Picture widget and should be rendered at a height of 32px, in a light color.

If provided, the logoSemanticLabel will not be used, but should be provided by this widget.

Implementation

final Widget? logo;