onSecondary property

  1. @override
Color get onSecondary
override

The default color for child on primary color.

Implementation

@override
Color get onSecondary => onPrimary;