initialWidget property

Widget? initialWidget
final

如果不加这个,在DSL模式下,在列表中滚动会抖屏,建议传入一个简单组件,否则会影像性能

Implementation

final Widget? initialWidget;