FullscreenLoader constructor

const FullscreenLoader({
  1. Key? key,
  2. double size = 50,
})

Creates a FullscreenLoader.

size controls the width and height of the progress indicator in logical pixels. Defaults to 50.

Implementation

const FullscreenLoader({super.key, double size = 50}) : _size = size;