FullscreenButton constructor

const FullscreenButton({
  1. Key? key,
  2. double size = 30,
})

Implementation

const FullscreenButton({Key? key, this.size = 30}) : super(key: key);