AuthModalArgs constructor

AuthModalArgs({
  1. WidgetBuilder? topMessage,
  2. WidgetBuilder? bottomWidget,
  3. ScrollController? scroller,
})

Implementation

AuthModalArgs({
  this.showLogo = true,
  this.topMessage,
  this.bottomWidget,
  this.scroller,
}) : super({"topMessage": topMessage, "bottomWidget": bottomWidget, "showLogo": showLogo, "scroller": scroller});