fix syntax
This commit is contained in:
parent
fa0489e401
commit
5938b15820
1 changed files with 0 additions and 1 deletions
|
|
@ -408,7 +408,6 @@ class _ActivityChoicesWidget extends StatelessWidget {
|
|||
final cardHeight = (constrainedHeight / (choices.length + 1))
|
||||
.clamp(50.0, 80.0);
|
||||
|
||||
return Column(
|
||||
return ValueListenableBuilder(
|
||||
valueListenable: controller.enableChoicesNotifier,
|
||||
builder: (context, enabled, __) => Column(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue