Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-09-10 14:23:22 +08:00
parent eb0a0662a3
commit 28d8ad1e61
36 changed files with 142 additions and 2 deletions

View File

@@ -1255,12 +1255,12 @@ class _InputState extends State<_Input> {
_Radio(context,
value: kScrollModeDefault,
groupValue: groupValue,
label: 'Default scroll',
label: 'Default mode',
onChanged: onChanged),
_Radio(context,
value: kScrollModeReverse,
groupValue: groupValue,
label: 'Reverse scroll',
label: 'Reverse mode',
onChanged: onChanged),
]);
}