inputDecoratorBorderType property

FlexInputBorderType? inputDecoratorBorderType
final

Determines the type of border InputDecorator uses.

Defaults to FlexInputBorderType.outline to prefer the outline style.

To use the underline style set it to FlexInputBorderType.underline. The top of the decorator is still rounded according to overall defaultRadius also with underline borer type.

To change input decorator's border radius separately define inputDecoratorRadius that will then override defaultRadius.

If undefined, defaults to FlexInputBorderType.outline.

Implementation

final FlexInputBorderType? inputDecoratorBorderType;