LoginOption constructor

const LoginOption({
  1. required String label,
  2. required String href,
})

Implementation

const LoginOption({required this.label, required this.href});