InitCallback constructor

const InitCallback({
  1. Key? key,
  2. void callback()?,
  3. Widget? child,
})

Implementation

const InitCallback({super.key, this.callback, this.child});