AppLogo constructor Null safety

const AppLogo(
  1. {Key? key}
)

Creates app logo.

Implementation

const AppLogo({Key? key}) : super(key: key);