GoogleNativeView constructor

const GoogleNativeView({
  1. Key? key,
  2. Color backgroundColor = Colors.transparent,
})

Implementation

const GoogleNativeView({
  Key? key,
  this.backgroundColor = Colors.transparent,
}) : super(key: key);