logo property
if logo is not null then displays the widget in the left side of appbar else displays nothing.
Implementation
final Widget? logo;
if logo is not null then displays the widget in the left side of appbar else displays nothing.
final Widget? logo;