primary property

Color? primary
final

The color displayed most frequently across your application’s screens and components.

If not defined and if there is no colorScheme defined, and brightness is Brightness.light it defaults to FlexColor.materialLightPrimary. If not defined and if there is no colorScheme defined, and brightness is Brightness.dark it defaults to FlexColor.materialDarkPrimary.

Implementation

final Color? primary;