scaffoldBackgroundColor property

Color get scaffoldBackgroundColor

Implementation

static Color get scaffoldBackgroundColor =>
    isLightMode ? const Color(0xFFF7F7F7) : const Color(0xFF1A1A1A);