fillColor static method

InputDecoration fillColor(
  1. Color color
)

Implementation

static InputDecoration fillColor(Color color) => InputDecoration(
      fillColor: color,
    );