skipBuilder property

Widget Function(VoidCallback skip, int currentIndex, int total)? skipBuilder
final

自定义跳过按钮的构建器 skip: 跳过回调函数 currentIndex: 当前步骤索引 total: 总步骤数

Implementation

final Widget Function(VoidCallback skip, int currentIndex, int total)?
    skipBuilder;