Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font awesome icons are not showing inside widget #25

Open
fobf opened this issue Sep 16, 2021 · 0 comments
Open

Font awesome icons are not showing inside widget #25

fobf opened this issue Sep 16, 2021 · 0 comments

Comments

@fobf
Copy link

fobf commented Sep 16, 2021

body: Column(
children: [
Expanded(
child: Row(
children: [
Expanded(
child: ReusableCard(

                color: activeCardColor,
                cardChild: Column(
                  
                 
                  children: [
                    FaIcon(FontAwesomeIcons.search, size: 80),

                 
                  
                  ],
                ),
              ),
            ),
            Expanded(
              child: ReusableCard(
                color: activeCardColor,
              ),
            ),
          ],
        ),
      ),

this is the imputpage.dart, but it's not working this way, , but why not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant