优化 demo
This commit is contained in:
@@ -30,7 +30,7 @@ class ChatDbTestPage extends ConsumerWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
AppButton.inverse(
|
||||
label: state.testStarted ? '结束' : '开始',
|
||||
label: state.buttonLabel,
|
||||
onPressed: () => vm.toggleDBTest(),
|
||||
),
|
||||
SizedBox(width: 8),
|
||||
|
||||
Reference in New Issue
Block a user