Open
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?
Metadata
Metadata
Assignees
Labels
No labels