bg static method

InputDecoration bg(
  1. Color color
)

Implementation

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