forked from firka/student-legacy
fixed style bug and added reveal check to buttons
This commit is contained in:
parent
fa8be89aaf
commit
acdd47a49a
@ -80,8 +80,11 @@ class _PersonalityBodyState extends State<PersonalityBody> {
|
|||||||
: CrossFadeState.showSecond,
|
: CrossFadeState.showSecond,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 40),
|
const SizedBox(height: 40),
|
||||||
|
if (isRevealed)
|
||||||
Center(
|
Center(
|
||||||
child: Row(
|
child: Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user