FxShellState constructor
const
FxShellState({})
Implementation
const factory FxShellState({
FxPane? currentPane,
@Default([]) List<FxPane> dockPanes,
@Default([]) List<FxPane> drawerPanes,
@Default([]) List<FxPane> endDrawerPanes,
@Default([]) List<FxPane> registry,
@Default([]) List<String> history,
}) = _FxShellState;