如何使用Flutter处理嵌套的InkWell?

时间:2019-01-28 18:19:26

标签: dart flutter material

假设您有一些嵌套的InkResponse,如果您点击内部的Container,则所有父级实际上都会触发飞溅效果,即使它们在正确点击的小部件的点击区域中也会松动。效果将是这样的:

example

如何防止这种行为?如何显示点击的窗口小部件的初始显示?在此示例图像中,正在使用Row> InkReponse(与Icon)> InkResponse(也与$where = " where "; $CodigoUtente = 'a'; $Nome = ''; if($CodigoUtente != '' && $Nome != '') { $where .= "CodigoUtente = '$CodigoUtente' OR Nome = '$Nome';"; }else if ($CodigoUtente != ''){ $where .= "CodigoUtente = '$CodigoUtente';"; }else{ $where .= " Nome = '$Nome';"; } $query = "SELECT CodigoUtente, Nome, DataNasc, Sexo, Estadocivil, Nacionalidade, Responsavel, Parentesco, Contato FROM centrodb.PsicUtentes".$where; echo $query; )一起使用。如果使用材质按钮,也会发生这种情况。

1 个答案:

答案 0 :(得分:0)

尝试使用空处理程序+填充将图标包装到GestureDetector中。