LoaderHandlerView constructor

const LoaderHandlerView({
  1. Key? key,
  2. void onDone()?,
})

Implementation

const LoaderHandlerView({super.key, this.onDone});