PagedDataTableLocalization class Null safety
Constructors
Properties
- applyFilterButtonText → String
-
Apply
read-only - cancelFilteringButtonText → String
-
Cancel
read-only - filterByTitle → String
-
Filter by
read-only - hashCode → int
-
The hash code for this object.
read-onlyinherited
- nextPageButtonText → String
-
Next page
read-only - noItemsFoundText → String
-
No items found
read-only - previousPageButtonText → String
-
Previous page
read-only - refreshText → String
-
Refresh
read-only - removeAllFiltersButtonText → String
-
Remove
read-only - removeFilterButtonText → String
-
Remove this filter
read-only - rowsPagePageText → String
-
Rows per page
read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- showFilterMenuTooltip → String
-
Filter
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
pageIndicatorText(
Object currentPage) → String -
Page {currentPage}
-
refreshedAtText(
Object time) → String -
Last refreshed at {time}
-
toString(
) → String -
A string representation of this object.
inherited
-
totalElementsText(
Object totalElements) → String -
Showing {totalElements} elements
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- current → PagedDataTableLocalization
-
read-only
Static Methods
-
load(
Locale locale) → Future< PagedDataTableLocalization> -
maybeOf(
BuildContext context) → PagedDataTableLocalization? -
of(
BuildContext context) → PagedDataTableLocalization
Constants
- delegate → const AppLocalizationDelegate