Loader constructor

Loader({
  1. Key? key,
})

Implementation

Loader({Key? key}) : super(key: key);