backgroundContrast static method

Color backgroundContrast(
  1. BuildContext context
)

Implementation

static Color backgroundContrast(BuildContext context) =>
    GBThemeExtension.dataOf(context)?.backgroundContrast ?? DefaultColors.background_contrast;