IconButton( splashColor: Colors.transparent, highlightColor: Colors.transparent, color: _tweenButton.value, icon: Icon(Icons.send), onPressed: () => _isComposing ? _handleSubmitted(_textController.text) : null, )
Flutter - 当IconButton()被点击时移除点击效果
3 min read