1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] When pressing the back button the application closes in flutter?

Discussão em 'Mobile' iniciado por Stack, Outubro 10, 2024 às 02:22.

  1. Stack

    Stack Membro Participativo

    As the title says after pressing the back button, the application closes.

    Container(
    margin: EdgeInsets.only(left: 20, top: 8),
    decoration: BoxDecoration(
    color: colorYellow,
    borderRadius: BorderRadius.all(Radius.circular(20))),
    height: 40,
    width: 40,
    child: IconButton(
    icon: Icon(Icons.arrow_back, color: Colors.white, size: 20),
    onPressed: () => Navigator.of(context).pop(),
    ),
    ),

    Continue reading...

Compartilhe esta Página