menu
flutter_stockfish_plugin package
documentation
stockfish_state.dart
StockfishStateClass
setValue method
setValue method
dark_mode
light_mode
setValue
method
dynamic
setValue
(
StockfishState
v
)
Implementation
setValue(StockfishState v) { if (v == _value) return; _value = v; notifyListeners(); }
flutter_stockfish_plugin package
documentation
stockfish_state
StockfishStateClass
setValue method
StockfishStateClass class