GoogleCastMiniController constructor
const
GoogleCastMiniController({
- Key? key,
- GoogleCastPlayerTheme? theme,
- EdgeInsets? margin,
- BorderRadius? borderRadius,
- bool showDeviceName = true,
Creates a new GoogleCastMiniController.
Implementation
const GoogleCastMiniController({
super.key,
this.theme,
this.margin,
this.borderRadius,
this.showDeviceName = true,
});