child property

Widget child
final

The child of the number paginator. This actually defines the look and feel of the pagination. Use one of the following content widgets: NumberContent, DropDownContent, CustomContent, or you can even build your own content, e.g. by just using a Row and PrevButton/NextButton.

Defaults to const NumberContent().

Implementation

final Widget child;