ClipOval(
child: Material(
color: Colors.blue, // button color
child: InkWell(
splashColor...: Colors.red, // inkwell color
child: SizedBox(width: 56, height: 56, child: Icon(Icons.menu)),...Icons.camera_alt,
size: 24,
),
padding: EdgeInsets.all(16),
shape: CircleBorder(),
)
您可以使用InkWell...下面的示例演示如何使用InkWell。注意:您不需StatefulWidget要这样做。我用它来改变计数状态。...然后decoration在Container小部件中删除。