sortArrowBuilder property
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;