none constant

InputBorder const none

No input border.

Use this value with InputDecoration.border to specify that no border should be drawn. The InputDecoration.collapsed constructor sets its border to this value.

Implementation

static const InputBorder none = _NoInputBorder();