Module/callobject
library
Functions
-
V_callform(BuildContext context, String strfrm, String title, String cpName, String strparameter, String pagetype, {bool useHeroAnimation = false, bool clearAllStack = false})
→ Future<bool>
-
-
V_callView(String viewName, {String cpName = "", String strParameter = "", dynamic objectData})
→ Widget?
-
Get ContentView widget để embed trong CyberForm
Usage trong CyberForm:
-
V_callViewBottom<T>(BuildContext context, String viewName, {String cpName = "", String strParameter = "", dynamic objectData, PopupAnimation animation = PopupAnimation.slideAndFade, bool barrierDismissible = true, Color? barrierColor, EdgeInsets? margin, EdgeInsets? padding, BorderRadius? borderRadius, Color? backgroundColor})
→ Future<T?>
-
Show ContentView as bottom sheet
Usage:
-
V_callViewDialog<T>(BuildContext context, String viewName, {String cpName = "", String strParameter = "", dynamic objectData, bool barrierDismissible = true, Color? barrierColor, EdgeInsets? margin, EdgeInsets? padding, double? width, double? height, BorderRadius? borderRadius, Color? backgroundColor})
→ Future<T?>
-
Show ContentView as dialog (center, scale animation)
Usage:
-
-
V_MainScreen(BuildContext context, String strfrm, {String title = "", String cp_name = "", String strparameter = "", bool showAppBar = false})
→ void
-
-
V_Root(String strfrm, {String title = "", String cp_name = "", String strparameter = "", bool ShowTitleBar = true})
→ MaterialApp
-