Skip to content

Commit

Permalink
fix: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
broadli committed Feb 20, 2023
1 parent 94ae0c0 commit bed03eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions example/lib/page/td_switch_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@ class TDSwitchPageState extends State<TDSwitchPage> {
demoRow(
context,
'加载状态',
on: true,
enable: false,
on: false,
type: TDSwitchType.loading,
),
demoRow(
context,
'加载状态',
on: false,
enable: false,
on: true,
type: TDSwitchType.loading,
),
],
Expand Down

0 comments on commit bed03eb

Please sign in to comment.