Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do I set the height to fill all the space? #7

Open
studiozocaro opened this issue May 27, 2020 · 1 comment
Open

how do I set the height to fill all the space? #7

studiozocaro opened this issue May 27, 2020 · 1 comment

Comments

@studiozocaro
Copy link

how do I set the height to fill all the space?

height: ????,

@yokoboko
Copy link

yokoboko commented Jul 15, 2020

LayoutBuilder(
          builder: (context, constraints) => HtmlEditor(
            hint: "Your text here...",
            //value: "text content initial, if any",
            key: keyEditor,
            height: constraints.maxHeight,
            showBottomToolbar: false,
          ),
        )

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

No branches or pull requests

2 participants