buildContent method
Builds the primary contents of the route.
Implementation
@override
Widget buildContent(BuildContext context) {
return _getChild();
}
Builds the primary contents of the route.
@override
Widget buildContent(BuildContext context) {
return _getChild();
}