GoogleCastButton constructor

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

Implementation

const GoogleCastButton({Key? key, required this.size}) : super(key: key);