AtSyncLinearProgressIndicator constructor
const
AtSyncLinearProgressIndicator({})
Creates an iOS-style activity indicator that spins clockwise.
Implementation
const AtSyncLinearProgressIndicator({
Key? key,
this.progress,
this.color,
this.minHeight,
}) : super(key: key);