IconStepperItemStyle constructor
IconStepperItemStyle({
- IconThemeData? iconThemeData,
- BoxDecoration? boxDecoration = const BoxDecoration(color: Colors.white, shape: BoxShape.circle),
Implementation
IconStepperItemStyle({
this.iconThemeData,
this.boxDecoration = const BoxDecoration(
color: Colors.white,
shape: BoxShape.circle,
),
});