bottom property

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

Widget to be displayed at the bottom of the list.

リストの末尾に表示するウィジェット。

Implementation

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