Optional EqAppBar title
anisalibegic opened this issue · 4 comments
anisalibegic commented
Describe the solution you'd like
I would love to have optional title in EqAppBar since sometimes I need only tabs (EqAppBar's bottom property) without the title.
kekland commented
Damn, I missclick a lot.
Added constructor EqAppBar.withoutTitle(Widget bottom)
in v0.0.10.
anisalibegic commented
When using withoutTitle constructor there is some kind of bottom margin that pushes the EqLayout body. Body isn't right below EqAppBar. There is a gap between them.