add clear format

pull/13/head
li3317 4 years ago
parent 1fd5fbad7d
commit 648f00d68b
  1. 6
      lib/widgets/toolbar.dart

@ -669,7 +669,11 @@ class _ClearFormatButtonState extends State<ClearFormatButton> {
size: 32,
icon: Icon(widget.icon, size: 18, color: iconColor),
fillColor: fillColor,
// onPressed: ,
onPressed: () {
for (Attribute k in widget.controller.getSelectionStyle().attributes.values) {
widget.controller.formatSelection(Attribute.clone(k, null));
}
}
);
}
}

Loading…
Cancel
Save