inputBackgroundColor property

Color get inputBackgroundColor

Input fill is a surface token. Previously this was accidentally the same red as inputErrorColor.

Implementation

static Color get inputBackgroundColor =>
    _resolvedExtension?.colors.surfaceSunken ?? const Color(0xFFE8ECF1);