Open studiozocaro opened 4 years ago
LayoutBuilder(
builder: (context, constraints) => HtmlEditor(
hint: "Your text here...",
//value: "text content initial, if any",
key: keyEditor,
height: constraints.maxHeight,
showBottomToolbar: false,
),
)
how do I set the height to fill all the space?
height: ????,