kekland/equinox

Optional EqAppBar title

anisalibegic opened this issue · 4 comments

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.

Damn, I missclick a lot.

Added constructor EqAppBar.withoutTitle(Widget bottom) in v0.0.10.

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.

Is it the same as #7?

Probably fixed with #8, closing now.