79729689

Date: 2025-08-08 11:25:26
Score: 0.5
Natty:
Report link

Wrap your trailingIcon widget with a SizedBox()

SizedBox(
              height: 50,
              width: 50,
              child: Transform.translate(
                offset: const Offset(13, -13),
                child: const Icon(Icons.arrow_drop_down, size: 40),
              ),
            ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andreas Hadjimamas