GoogleCastMiniController constructor

const GoogleCastMiniController({
  1. Key? key,
  2. GoogleCastPlayerTheme? theme,
  3. EdgeInsets? margin,
  4. BorderRadius? borderRadius,
  5. bool showDeviceName = true,
})

Creates a new GoogleCastMiniController.

Implementation

const GoogleCastMiniController({
  super.key,
  this.theme,
  this.margin,
  this.borderRadius,
  this.showDeviceName = true,
});