Fade5Widget constructor

const Fade5Widget({
  1. Key? key,
  2. Widget? child,
  3. bool show = false,
})

Implementation

const Fade5Widget({Key? key, this.child, this.show = false})
    : super(key: key);