79577123

Date: 2025-04-16 12:06:07
Score: 1
Natty:
Report link

The InkWell doesn't have margin/padding. the Card on the other hand does have a default margin

Card(
  margin: EdgeInsets.zero,
  child: Container(),
);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shlomo Cardoso