createState method

  1. @override
_BecomeADonor createState ()
override

Creates the state containing the functionality for the page.

Implementation

@override
/// Creates the state containing the functionality for the page.
_BecomeADonor createState() => _BecomeADonor();