adar2378 / pin_code_fields

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
https://pub.dev/packages/pin_code_fields
MIT License
677 stars 330 forks source link

How to change the colour of the errortext not appearing in the theme properties #382

Open NestorDash opened 3 weeks ago

NestorDash commented 3 weeks ago

I can't find where to take the textErrorColor feature as in the. Textformfield

something like this

decoration: InputDecoration( errorStyle: GoogleFonts.poppins( color: AppColor.primary, fontSize: Sizes.dimen_16.sp, ), suffixIcon: Padding( padding: const EdgeInsets.only(right: 12), child: IconButton( highlightColor: AppColor.transparent, onPressed: onPressedIcon, icon: svgIcon ?? const SizedBox.shrink(), ), ),