primary property

MaterialColor get primary

Implementation

static MaterialColor get primary =>
    Colify.isDark ? _primaryDark : _primaryLight;