Logo constructor

const Logo(
  1. {Key? key,
  2. double? size,
  3. Alignment alignment = Alignment.center}
)

Displays the application's logo.

You can customize the size and alignment of the logo within the widget.

Implementation

const Logo