FxLoader constructor

const FxLoader({
  1. Key? key,
  2. bool fullScreen = true,
  3. String? message,
})

Implementation

const FxLoader({super.key, this.fullScreen = true, this.message});