CustomFLickFullScreen constructor

const CustomFLickFullScreen({
  1. Key? key,
  2. FlickManager? flickManager,
  3. Widget shareIcon(
    1. double s
    )?,
})

Implementation

const CustomFLickFullScreen({Key? key, this.flickManager, this.shareIcon})
    : super(key: key);