keepAppBarColors property

bool keepAppBarColors
final

It was used for old Material Theme 2:

Whether the text field should take place "in the existing app bar", meaning: whether it has the same background or a flipped one. Defaults to true.

Since v1.8.0(2.0.0-dev.18) will almost no effect on Material Theme 3.

Implementation

final bool keepAppBarColors;