aspnet_mvc library
Classes
- ActionMvc
-
ControllerHandler<
TController extends ControllerMvc> - ControllerMvc
-
ControllerRoutes<
TController extends ControllerMvc> - FunctionHandler
- NoViewConfigured
-
ViewMvc<
TModel, TController extends ControllerMvc> -
ViewMvc$NoModel<
TController extends ControllerMvc>
Typedefs
-
ActionMap$Callback<
TResponse, TAction> = TResponse Function(TAction action) - ExecutionCallback = void Function(BuildContext context, Object action)
- LayoutBuilder = Widget Function(BuildContext context, Widget child)
- ValidationCallback = bool Function(Object action)