AcceptDeclarationsBuilder constructor
const
AcceptDeclarationsBuilder({
- Key? key,
- required VoidCallback goToNextPage,
Implementation
const AcceptDeclarationsBuilder({
this.key,
required this.goToNextPage,
});