enableBorder property

bool enableBorder
final

By default InputDecorator borders are set to none.

If you want the default flutter InputBorder to show set enableBorder to true.

Implementation

final bool enableBorder;