Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 624cc99

Browse files
committed
[Code Format] stepper
1 parent 1e5ae6e commit 624cc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/material/stepper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class _StepperState : TickerProviderStateMixin<Stepper> {
102102
static readonly float _kTriangleHeight = 24.0f * 0.866025f;
103103

104104
List<GlobalKey> _keys;
105-
Dictionary<int, StepState> _oldStates = new Dictionary<int, StepState>();
105+
readonly Dictionary<int, StepState> _oldStates = new Dictionary<int, StepState>();
106106

107107
public override void initState() {
108108
base.initState();

0 commit comments

Comments
 (0)