skipBuilder property
自定义跳过按钮的构建器
skip: 跳过回调函数
currentIndex
: 当前步骤索引
total
: 总步骤数
Implementation
final Widget Function(VoidCallback skip, int currentIndex, int total)?
skipBuilder;
自定义跳过按钮的构建器
skip: 跳过回调函数
currentIndex
: 当前步骤索引
total
: 总步骤数
final Widget Function(VoidCallback skip, int currentIndex, int total)?
skipBuilder;