Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

No centerTitle #1

Open
sallymariehollywood opened this issue Oct 28, 2019 · 0 comments
Open

No centerTitle #1

sallymariehollywood opened this issue Oct 28, 2019 · 0 comments

Comments

@sallymariehollywood
Copy link

Hi - thankyou for a nice plugin which we are currently using.

Just one quick question - In standard AppBar, we have centerTitle property to centre the AppBar's title. What is the equivalent with this plugin ?

Furthermore, In a scaffold we can do this :


return Scaffold(
        body: ....
        appBar: _buildAppBar()); 

and buildAppBar returns a PreferredSize widget, i.e


return PreferredSize(
      child: rv,
      preferredSize: Size(double.infinity, kToolbarHeight),
    );

How can we make RoundedFloatingAppBar accept a PreferredSize widget ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant