HelixLoader constructor
const
HelixLoader({})
Implementation
const HelixLoader({
Key? key,
this.size = 45.0,
this.color = Colors.black,
this.duration = const Duration(seconds: 2),
}) : super(key: key);
const HelixLoader({
Key? key,
this.size = 45.0,
this.color = Colors.black,
this.duration = const Duration(seconds: 2),
}) : super(key: key);