CDialogController<T> constructor
CDialogController<T> ({
- required ObservableValue<
CFeedBackControl< observable,T> > - required WidgetByDataBuilder<
T> builder, - bool dismissible = true,
- Color? barrierColor = Colors.black54,
- bool useSafeArea = true,
- RouteSettings? routeSettings,
Implementation
CDialogController({
required this.observable,
required this.builder,
this.dismissible = true,
this.barrierColor = Colors.black54,
this.useSafeArea = true,
this.useRootNavigator = true,
this.routeSettings,
});