focusedDecoration property

BoxDecoration? focusedDecoration
final

Controls the BoxDecoration of the box behind the text input when focused. This decoration is drawn above decoration.

Defaults to having a rounded rectangle blue border and can be null to have no box decoration.

Implementation

final BoxDecoration? focusedDecoration;