rightArrowBuilder property
dynamic Function(dynamic next())?
rightArrowBuilder
final
Custom builder for the right navigation arrow.
Implementation
final Function(Function() next)? rightArrowBuilder;