buildNextButton abstract method

Widget buildNextButton(
  1. BuildContext context,
  2. VoidCallback? onPressed,
  3. bool isLastStep
)

Builds the next button widget.

Implementation

Widget buildNextButton(
    BuildContext context, VoidCallback? onPressed, bool isLastStep);