currentPriceColor property

Color currentPriceColor

Implementation

Color get currentPriceColor => brightness == Brightness.light
    ? LightColorPalette.currentPriceColor
    : DarkColorPalette.currentPriceColor;