opt set pageTransition

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-04 16:54:02 +08:00
parent 7c1644efc4
commit b4a46133be
14 changed files with 136 additions and 129 deletions

View File

@@ -64,7 +64,7 @@ class _ColorSelectPageState extends State<ColorSelectPage> {
children: [
ListTile(
onTap: () async {
ThemeType? result = await showDialog(
final result = await showDialog<ThemeType>(
context: context,
builder: (context) {
return SelectDialog<ThemeType>(