79526508

Date: 2025-03-21 20:17:59
Score: 0.5
Natty:
Report link

I had to fix it directly on the prefixIcon widget, and Transform.scale() did the job for me.

CustomTextFormField(
  prefixIcon: Transform.scale(
    scale: 0.5,
    child: SvgPicture.asset(
      SvgPaths.calendar,
      height: 20.0,
      width: 20.0,
    ),
  ),
  isDense: false,
  hint: "Select Date",
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Muhammad Adil Mehmood