ContentPage constructor
ContentPage({
- Key? key,
- VoidCallback? refreshChildLayout,
Implementation
ContentPage({Key? key, this.refreshChildLayout}) : super(key: contentPageKey);