Loader constructor

const Loader({
  1. Key? key,
  2. double size = 80,
})

Creates a Loader.

size sets both the width and height of the indicator in logical pixels. Defaults to 80.

Implementation

const Loader({super.key, double size = 80}) : _size = size;