height property

double? height
final

Fixed height for the app bar.

When specified, constrains the app bar to this exact height. When null, the app bar sizes itself based on content and theme defaults.

Implementation

final double? height;