builder property

Widget Function(Widget skip, Widget next)? builder
final

完全自定义底部操作区域的构建器 skip: 跳过按钮组件 next: 下一步按钮组件

Implementation

final Widget Function(Widget skip, Widget next)? builder;