GoogleLogoWidget constructor

const GoogleLogoWidget({
  1. Key? key,
  2. double? size,
})

Creates a GoogleLogoWidget.

The size parameter specifies the size of the Google logo. If not provided, it defaults to 24 logical pixels.

Implementation

const GoogleLogoWidget({super.key, this.size});