79673073

Date: 2025-06-20 08:36:19
Score: 1
Natty:
Report link

Use Wrap Widget instead.

Wrap(
  children: [
    Text(chipText),
    SizedBox(width : 10),
    IconButton(
      icon: Icon(Icons.clear),
      onPressed: (){},
    )
  ],
),
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dvijai