Closed NestorDash closed 4 weeks ago
The color change if the theme is Dark or Light, but if I could specify the color it would better.
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.
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(), ), ),