Interface MultiChildWidget.Builder
- All Known Implementing Classes:
ListMultiChildBuilder
,MultiChildBuilder12
,RepeatMultiChildBuilder
,TrustedArrayMultiChildBuilder
- Enclosing class:
MultiChildWidget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull MultiChildWidget.Builder
andThen
(@NotNull MultiChildWidget.Builder after) void
build
(LayoutContext context)
-
Method Details
-
build
-
andThen
@NotNull default @NotNull MultiChildWidget.Builder andThen(@NotNull @NotNull MultiChildWidget.Builder after)
-