fixed style bug and added reveal check to buttons

This commit is contained in:
kima 2023-06-23 01:17:26 +02:00
parent fa8be89aaf
commit acdd47a49a

View File

@ -80,8 +80,11 @@ class _PersonalityBodyState extends State<PersonalityBody> {
: CrossFadeState.showSecond,
),
const SizedBox(height: 40),
if (isRevealed)
Center(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
IconButton(
onPressed: () async {