LayoutService constructor

LayoutService(
  1. DashboardState dashboardState
)

Implementation

LayoutService(DashboardState dashboardState) {
  _currentState = dashboardState;
}