SkipAndNextButtons constructor
const
SkipAndNextButtons({})
Implementation
const SkipAndNextButtons({
Key? key,
required this.showNext,
required this.showSkip,
this.onClickNext,
this.onClickSkip,
required this.theme,
this.showSubmit,
this.disabled,
this.euiTheme,
}) : super(key: key);