Нокс вешайся
This commit is contained in:
@@ -4382,6 +4382,22 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||||||
),
|
),
|
||||||
tooltip: 'Зачеркнуть',
|
tooltip: 'Зачеркнуть',
|
||||||
),
|
),
|
||||||
|
IconButton(
|
||||||
|
iconSize: 18,
|
||||||
|
padding: EdgeInsets.zero,
|
||||||
|
visualDensity: VisualDensity.compact,
|
||||||
|
icon: const Icon(Icons.close),
|
||||||
|
onPressed: isBlocked
|
||||||
|
? null
|
||||||
|
: () {
|
||||||
|
setState(() {
|
||||||
|
_textController.elements
|
||||||
|
.clear();
|
||||||
|
_formatWarningVisible = false;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
tooltip: 'Сбросить формат',
|
||||||
|
),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: AnimatedOpacity(
|
child: AnimatedOpacity(
|
||||||
|
|||||||
Reference in New Issue
Block a user