From 8c77b54c8ba40c2199d7fda6ea791223d25ad33c Mon Sep 17 00:00:00 2001 From: Minho Jang <166613620+miinhho@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:03:21 +0900 Subject: [PATCH 1/2] Change deprecated activeColor to activeThumbColor --- src/content/get-started/fundamentals/user-input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/get-started/fundamentals/user-input.md b/src/content/get-started/fundamentals/user-input.md index a9c49d5e9e6..4eec1fcaeaf 100644 --- a/src/content/get-started/fundamentals/user-input.md +++ b/src/content/get-started/fundamentals/user-input.md @@ -725,7 +725,7 @@ Widget build(BuildContext context) { return Switch( // This bool value toggles the switch. value: light, - activeColor: Colors.red, + activeThumbColor: Colors.red, onChanged: (bool value) { // This is called when the user toggles the switch. setState(() { From 82067a3884550d82b64fc84b20f683d43b996ed5 Mon Sep 17 00:00:00 2001 From: minho jang Date: Fri, 14 Nov 2025 22:26:06 +0900 Subject: [PATCH 2/2] Empty commit to force rerun falling cla check