Skip to content

Bug: PageViewModel with footer does not show BodyWidget #202

Description

@jdaduxiacom

This is one of the PageViewModel

PageViewModel(
title: '',
bodyWidget:
MyPageViewModel(
texto: 'This a text to show in the screen',
imagePath: 'assets/img/cards/flag.png'
),
footer: Wrap(
direction: Axis.horizontal,
alignment: WrapAlignment.center,
runAlignment: WrapAlignment.center,
crossAxisAlignment: WrapCrossAlignment.center,
children:[ ButtonWidget(
text: '¡Comienza ahora',
onClicked: () => goToHome(context),
)],
),
decoration: getPageDecoration(),
)

When I add a footer to the PageViewModel, the bodywidget is hidden.

imagen_pagemodelview

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions