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
706 stars 344 forks source link

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

Closed NestorDash closed 4 weeks ago

NestorDash commented 5 months 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(), ), ),

raulzanardo commented 4 months ago

The color change if the theme is Dark or Light, but if I could specify the color it would better.

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.