FullscreenLoader constructor
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;
Creates a FullscreenLoader.
size controls the width and height of the progress indicator in logical
pixels. Defaults to 50.
const FullscreenLoader({super.key, double size = 50}) : _size = size;