yellow property

MaterialColor get yellow

Implementation

static MaterialColor get yellow => Colify.isDark ? _yellowDark : _yellowLight;