FxShellState constructor

const FxShellState({
  1. FxPane? currentPane,
  2. @Default.new([]) List<FxPane> dockPanes,
  3. @Default.new([]) List<FxPane> drawerPanes,
  4. @Default.new([]) List<FxPane> endDrawerPanes,
  5. @Default.new([]) List<FxPane> registry,
  6. @Default.new([]) List<String> history,
})

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;