InitialLoader constructor

const InitialLoader({
  1. Key? key,
})

Implementation

const InitialLoader({Key? key}) : super(key: key);