isOutline property

  1. @override
bool isOutline
override

True if this border will enclose the InputDecorator's container.

This property affects the alignment of container's contents. For example when an input decorator is configured with an OutlineInputBorder its label is centered with its container.

Implementation

@override
bool get isOutline => true;