1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

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

[Flutter] The getter 'regular' isn't defined for the type 'PhosphorIcons'

Discussão em 'Mobile' iniciado por Stack, Novembro 13, 2024.

  1. Stack

    Stack Membro Participativo

    I have a problem in Flutter, Android Studio with the error:

    The getter 'regular' isn't defined for the type 'PhosphorIcons'.

    leading: CircleAvatar(
    backgroundColor: Colors.grey[200],
    child: Center(
    child: Icon(
    PhosphorIcons.regular.image,
    color: Colors.grey[500],
    ),
    ),
    ),

    Continue reading...

Compartilhe esta Página