LoaderScaffold constructor

const LoaderScaffold({
  1. double? size,
  2. double stroke = 4.0,
  3. Color? color,
  4. Key? key,
})

Implementation

const LoaderScaffold({this.size, this.stroke = 4.0, this.color, super.key});