colorOnPrimary property

Color get colorOnPrimary

The foreground color on a primary background from ThemeData

Implementation

Color get colorOnPrimary {
  return fundamentals.colorOnPrimary;
}