fluttercommunity / fluttercommunity/font_awesome_flutter
Icon not centered in FaIcon when used as prefix icon
- Dominant language
- Dart
- Stars
- 905
- Forks
- 293
- PR merge metrics
- No merged PRs in 30d
Description
I have a TextFormField and am using the FaIcon widget as prefix icon:
TextFormField(
decoration: InputDecoration(
border: InputBorder.none,
contentPadding: EdgeInsets.only(top: 14.0),
prefixIcon: FaIcon(
FontAwesomeIcons.penNib,
color: themeOrangeColor,
),
),
)
This results in the FontAwesomeIcon to be aligned top-left inside the FaIcon widget like so:

Any Idea to why this happens?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.