multiple payout page and small fixes

This commit is contained in:
Arseni
2026-02-11 02:48:30 +03:00
parent 66989ea36c
commit edb43f9909
77 changed files with 2120 additions and 1289 deletions

View File

@@ -13,11 +13,8 @@ class PasswordValidationOutput extends StatelessWidget {
return Column(
children: [
VSpacer(multiplier: 0.25),
ListView(
shrinkWrap: true,
children: children,
)
]
...children,
],
);
}
}
}