Interface WidgetBuilder<T extends Widget>
- Type Parameters:
T- 构建的 Widget 类型
- All Known Implementing Classes:
Container.Builder,GridView.Builder,ItemDisplay.Builder,TextButton.Builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Widget 构建器的通用接口。
- Since:
- 6.2.0
- Version:
- 1.0.0
- Author:
- UltiTools Team
-
Method Summary
-
Method Details
-
build
构建 Widget 实例。- Returns:
- Widget 实例
-