selectAllActionLabel property

  1. @override
String selectAllActionLabel
override

The label for the select all button on the text selection controls.

In en, this message translates to: 'Select all'

Implementation

@override
String get selectAllActionLabel => '全选';