showAllButtonText property

String showAllButtonText
final

If rowsVisible is defined, the user can request to show the hidden rows. A default widget is provided with shows the label "Show all". You can override this String to show you own label (e.g. with translation or different wording).

Implementation

final String showAllButtonText;