primaryDark property

TextStyle get primaryDark

color: theme.primaryColorDark

Implementation

TextStyle get primaryDark => copyWith(
    // color: Navigators().currentContext!.theme.primaryColorDark,
    );