primaryColorDark property
Color
get
primaryColorDark
Returns the dark primary color from the theme data.
Implementation
Color get primaryColorDark => themeData.primaryColorDark;
Returns the dark primary color from the theme data.
Color get primaryColorDark => themeData.primaryColorDark;