CarpAuthenticationForm constructor

const CarpAuthenticationForm({
  1. Key? key,
  2. String? username,
})

Implementation

const CarpAuthenticationForm({super.key, this.username});