update step indicator
This commit is contained in:
@@ -24,7 +24,7 @@ class StepIndicator extends StatelessWidget{
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
color: isActive ? color : Colors.white,
|
color: isActive ? color : Colors.white,
|
||||||
border: Border.all(color: color, width: 2),
|
border: Border.all(color: color),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user