AuthModalArgs constructor
AuthModalArgs({
- bool showLogo = true,
- WidgetBuilder? topMessage,
- WidgetBuilder? bottomWidget,
- ScrollController? scroller,
Implementation
AuthModalArgs({
this.showLogo = true,
this.topMessage,
this.bottomWidget,
this.scroller,
}) : super({"topMessage": topMessage, "bottomWidget": bottomWidget, "showLogo": showLogo, "scroller": scroller});