buildContainer property

  1. @override
BuildContainerCallack? get buildContainer
override

This callback is used to build the dialog container and it allows you to provide different constrainted containers for the form and verification views.

Implementation

@override
BuildContainerCallack? get buildContainer => _buildContainer;