feat: Add counter increment value to 4
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 18s
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 18s
This commit is contained in:
parent
690e4f053d
commit
254ca8c5d1
@ -64,7 +64,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
// so that the display can reflect the updated values. If we changed
|
// so that the display can reflect the updated values. If we changed
|
||||||
// _counter without calling setState(), then the build method would not be
|
// _counter without calling setState(), then the build method would not be
|
||||||
// called again, and so nothing would appear to happen.
|
// called again, and so nothing would appear to happen.
|
||||||
_counter = _counter + 2;
|
_counter = _counter + 4;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user