FloatingRoundedAppBar constructor
const
FloatingRoundedAppBar({})
Implementation
const FloatingRoundedAppBar({
super.key,
this.title,
this.actions,
this.leading,
this.height = 48,
this.backgroundColor,
this.margin = const EdgeInsets.fromLTRB(16, 0, 16, 0),
});