Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Tencent/tdesing-flutter
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
Luozf12345 committed May 24, 2024
2 parents 5fb4c0b + af79554 commit a436b95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
selectId: 'index:1',
direction: Axis.horizontal,
showDivider: true,
divider: const TDDivider(height: 20, color: Colors.red,),
divider: const TDDivider(
height: 20,
color: Colors.red,
),
directionalTdRadios: const [
TDRadio(
id: '0',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contentDirection: TDContentDirection.right,
selectId: '0',
child: Column(
children: [
children: [
TDRadio(
id: '0',
title: '选项禁用-已选',
Expand Down

0 comments on commit a436b95

Please sign in to comment.