hideBarsOnScroll property
Server toggle for the auto-hide-on-scroll behaviour of the header + input bars — the dashboard's "Auto-hide bars on scroll" switch. Defaults false (bars pinned) so an older backend that omits the field keeps today's behaviour.
Implementation
@JsonKey(name: 'show_avatar') bool get showAvatar;/// Server toggle for the auto-hide-on-scroll behaviour of the header +
/// input bars — the dashboard's "Auto-hide bars on scroll" switch.
/// Defaults false (bars pinned) so an older backend that omits the
/// field keeps today's behaviour.
// ignore: invalid_annotation_target
@JsonKey(name: 'hide_bars_on_scroll') bool get hideBarsOnScroll;