appDecorations property

  1. @override
List<DartBoardDecoration> appDecorations
override

The app decorations (global)

Implementation

@override
List<DartBoardDecoration> get appDecorations => [
      ReduxStateDecoration<MinesweeperState>(
          factory: () => MinesweeperState.getDefault(),
          name: "minesweeper_state"),
    ];