logo property

Widget? logo
final

if logo is not null then displays the widget in the left side of appbar else displays nothing.

Implementation

final Widget? logo;