EmergentProgressIndeterminate constructor
const
EmergentProgressIndeterminate({})
Implementation
const EmergentProgressIndeterminate({
Key? key,
this.height = 10,
this.style = const ProgressStyle(),
this.duration = const Duration(seconds: 3),
this.reverse = false,
this.curve = Curves.easeInOut,
}) : super(key: key);