top property

Widget Function(BuildContext context, FormListBuilderRef<T, TValue> ref)? top
final

Widget to be displayed at the top of the list.

リストの先頭に表示するウィジェット。

Implementation

final Widget Function(
    BuildContext context, FormListBuilderRef<T, TValue> ref)? top;