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 Consumer<? super ManagedLayoutContext> after) void
build
(ManagedLayoutContext context)
-
Method Details
-
build
-
andThen
@NotNull default @NotNull MultiChildWidget.Builder andThen(@NotNull @NotNull Consumer<? super ManagedLayoutContext> after)
-