MaterialDesktopFullscreenButton constructor

const MaterialDesktopFullscreenButton({
  1. Key? key,
  2. Widget? icon,
  3. double? iconSize,
  4. Color? iconColor,
})

Implementation

const MaterialDesktopFullscreenButton({
  Key? key,
  this.icon,
  this.iconSize,
  this.iconColor,
}) : super(key: key);