Set the wall's color value
Future<void> setWallColor(Color color) => DisplayRulePlatform.instance.setWallColor(id, color);