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 Family is not Changing #18

Open
Alijaaan opened this issue Apr 12, 2020 · 1 comment
Open

Font Family is not Changing #18

Alijaaan opened this issue Apr 12, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Alijaaan
Copy link

Hi,

I tried to change the font family by using selectedItemTextStyle and unselectedItemTextStyle, but its not working.

@Jaydub55 Jaydub55 added the enhancement New feature or request label May 29, 2020
@Jaydub55
Copy link
Contributor

Labels are currently created with just the following taken from the style:

style: TextStyle(
          fontSize: isSelected
              ? theme.selectedItemTextStyle.fontSize
              : theme.unselectedItemTextStyle.fontSize,
          fontWeight: isSelected
              ? theme.selectedItemTextStyle.fontWeight
              : theme.unselectedItemTextStyle.fontWeight,
          color: isSelected
              ? selectedLabelColor ?? theme.selectedItemLabelColor
              : theme.unselectedItemLabelColor,
          letterSpacing: isSelected ? 1.1 : 1.0,
        ),

Have added into the enhancement list.

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

No branches or pull requests

2 participants