NativeProgressStyle constructor
const
NativeProgressStyle({})
Creates a NativeProgressStyle instance.
Implementation
const NativeProgressStyle({
this.showProgressBar = true,
this.color = const Color(0xFF4CAF50), // Green 500
this.height = 4.0,
});