PinterestConnectionScreen constructor

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

Implementation

PinterestConnectionScreen({Key? key, this.username}) : super(key: key);