ContentPage constructor

ContentPage({
  1. Key? key,
  2. VoidCallback? refreshChildLayout,
})

Implementation

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