TrioLoader constructor
const
TrioLoader({})
Implementation
const TrioLoader({
Key? key,
this.size = 40.0,
this.color = Colors.black,
this.duration = const Duration(milliseconds: 1300),
}) : super(key: key);
const TrioLoader({
Key? key,
this.size = 40.0,
this.color = Colors.black,
this.duration = const Duration(milliseconds: 1300),
}) : super(key: key);