currentPriceColor property

Color get currentPriceColor

Implementation

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