menu
sequential_navigator package
documentation
sequential_navigator/widgets/next_button.dart
NextButton
NextButton const constructor
NextButton const constructor
dark_mode
light_mode
NextButton
constructor
const
NextButton
(
{
Key
?
key
,
})
Implementation
const NextButton({Key? key}) : super(key: key);
sequential_navigator package
documentation
sequential_navigator/widgets/next_button
NextButton
NextButton const constructor
NextButton class