getWallColor method

Future<Color?> getWallColor()

Get the wall's color value

Implementation

Future<Color?> getWallColor() =>
    DisplayRulePlatform.instance.getWallColor(id);