secondaryColor method

Color secondaryColor()

Implementation

Color secondaryColor() => darkTheme ? const Color(0xff000000) : secondary;