enabled static method

InputDecoration enabled([
  1. bool enable = true
])

Implementation

static InputDecoration enabled([bool enable = true]) =>
    InputDecoration(enabled: enable);