LayoutServicersDefault constructor

const LayoutServicersDefault(
  1. ViewModelServicers _viewModel, {
  2. Key? key,
})

Implementation

const LayoutServicersDefault(this._viewModel, {Key? key}) : super(key: key);