onPrimary property

Color get onPrimary

Implementation

static Color get onPrimary => _onPrimary;
set onPrimary (Color color)

Implementation

static set onPrimary(Color color) => _onPrimary = color;