PortalLoginPage constructor

const PortalLoginPage({
  1. required bool enabled,
  2. String? url,
})

PortalLoginPage

Implementation

const PortalLoginPage({
  required this.enabled,
  this.url,
});