79479476

Date: 2025-03-02 17:44:22
Score: 0.5
Natty:
Report link

Material shape defines shape of highlight. Like this I think

Material(
   borderRadius: BorderRadius.circular(10),
   color: Colors.grey(),
   child: InkResponse(
      highlightShape : BoxShape.rectangle,
      borderRadius: BorderRadius.circular(10),
      onTap: (){},
      child: Container(),
   ),
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hodov