PagedDataTableConfiguration class Null safety

Inheritance

Constructors

PagedDataTableConfiguration({bool allowRefresh = true, List<int>? pageSizes = const [10, 20, 50, 100], double columnsHeaderHeight = 56.0, double filterBarHeight = 56.0, double? rowHeight = 52.0, int initialPageSize = 100, PagedDataTableFooterConfiguration footer = const PagedDataTableFooterConfiguration()})
const

Properties

allowRefresh bool
A flag that indicates if the current dataset of the table can be refreshed.
final
columnsHeaderHeight double
The height of the columns header Defaults to 56
final
filterBarHeight double
The height of the filter bar. Defaults to 56
final
Configuration related to the footer of the table.
final
hashCode int
The hash code for this object.
read-onlyinherited
initialPageSize int
The initial page size. If pageSizes is not null, initialPageSize must match any of the values in the list.
final
pageSizes List<int>?
The list of available page sizes the user can select. Set it to null to disable user-selected page size.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
read-onlyoverride
rowHeight double?
The height of every row. If null, it will size to content. Defaults to 52
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited