sortArrowAlwaysVisible property

bool sortArrowAlwaysVisible
final

This used in combination with sortArrowBuilder to create a custom sort arrow widget behavior. If this is set to true the sortArrowBuilder will run for all columns that have onSort != null.

Implementation

final bool sortArrowAlwaysVisible;