CarpenterTopPanel constructor
const
CarpenterTopPanel({})
Создает верхнюю панель.
Implementation
const CarpenterTopPanel({
super.key,
this.title,
this.subtitle,
this.leading,
this.actions = const [],
this.child,
this.height,
this.padding,
this.showDivider = true,
});