resolveInputBackground method

Color resolveInputBackground(
  1. BuildContext context
)

Implementation

Color resolveInputBackground(BuildContext context) =>
    inputBackgroundColor ?? defaults.inputBackgroundColor!;