isOutline property

  1. @override
bool isOutline
final

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
final bool isOutline;