FlutterExcellentLoading constructor

const FlutterExcellentLoading({
  1. Key? key,
  2. required Widget? child,
})

Implementation

const FlutterExcellentLoading({super.key, required this.child})
    : assert(child != null);