sortArrowBuilder property

(Widget? Function(bool ascending, bool sorted)?) sortArrowBuilder
final

A builder for the sort arrow widget. Can be used in combination with sortArrowAlwaysVisible for a custom sort arrow behavior. If this is used sortArrowIcon, sortArrowAnimationDuration will be ignored.

Implementation

final Widget? Function(bool ascending, bool sorted)? sortArrowBuilder;