instanceCurrent property

ColorCollection instanceCurrent

Implementation

static ColorCollection get instanceCurrent =>
    isDarkModeOn ? instanceDark : instanceLight;