inputDecoratorFocusedHasBorder property

bool inputDecoratorFocusedHasBorder
final

Determines if the InputDecorator focused state has a border.

Defaults to true.

Applies to both outline and underline mode.

You can use this in a design where you use a fill color and want focused input fields to only be highlighted by the fill color and not have any focused input border style.

When set to false, there is no border bored on focused states.

Implementation

final bool inputDecoratorFocusedHasBorder;