filled static method

InputDecoration filled([
  1. bool isFilled = true
])

Implementation

static InputDecoration filled([bool isFilled = true]) =>
    InputDecoration(filled: isFilled);