Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
gpt_markdown
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-09-28 14:17:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6d79c18652ae4b7ba7f7604e53e39f379219f02
c6d79c18
1 parent
948aca9a
【需求】降低版本要求
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
lib/custom_widgets/custom_rb_cb.dart
lib/custom_widgets/custom_rb_cb.dart
View file @
c6d79c1
...
...
@@ -36,13 +36,11 @@ class CustomRb extends StatelessWidget {
start:
spacing
,
end:
spacing
,
),
child:
RadioGroup
(
onChanged:
(
value
)
{},
groupValue:
true
,
child:
Radio
(
value:
value
,
groupValue:
true
,
materialTapTargetSize:
MaterialTapTargetSize
.
shrinkWrap
,
)
,
onChanged:
(
value
)
{}
,
),
),
),
...
...
Please
register
or
login
to post a comment