LoadingExample constructor

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

Implementation

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