Interface RouteBuilder
- 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
Modifier and TypeMethodDescription@NotNull Widgetbuild(@NotNull BuildContext context) 构建 Widget。
-
Method Details
-
build
构建 Widget。- Parameters:
context- BuildContext- Returns:
- 构建的 Widget
-