undoActionLabel property

  1. @override
String get undoActionLabel
override

The label for the undo button on the text selection controls.

In en, this message translates to: 'Undo'

Implementation

@override
String get undoActionLabel => 'Desfazer';