We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tooltip
1 parent 21cca5b commit f757587Copy full SHA for f757587
lib/widgets/compose_box.dart
@@ -547,6 +547,8 @@ class _StreamSendButtonState extends State<_StreamSendButton> {
547
color: backgroundColor,
548
),
549
child: IconButton(
550
+ tooltip: 'Send',
551
+
552
// Match the height of the content input. Zeroing the padding lets the
553
// constraints take over.
554
constraints: const BoxConstraints(minWidth: _sendButtonSize, minHeight: _sendButtonSize),
0 commit comments