previousButtonBuilder property
final
A function for customizing the "Previous" button.
Implementation
final Widget? Function(VoidCallback onPressed, String label, int step)?
previousButtonBuilder;
A function for customizing the "Previous" button.
final Widget? Function(VoidCallback onPressed, String label, int step)?
previousButtonBuilder;