none constant

InputBorder const none = const _NoInputBorder()

No input border.

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

Implementation

static const InputBorder none = _NoInputBorder()