DefaultSignInPageInfo constructor

DefaultSignInPageInfo({
  1. String title = "",
  2. bool? centerTitle,
  3. bool clearCache = true,
  4. String? userAgent,
})

Implementation

DefaultSignInPageInfo({
  this.title = "",
  this.centerTitle,
  this.clearCache = true,
  this.userAgent,
});