getLength method

  1. @override
int getLength()
override

Returns the number of items in the current column.

This method is called to determine how many items should be displayed in the currently active column.

Implementation

@override
int getLength() => _datas?.length ?? 0;