setHeight method
Sets the height of the sidebar.
height
A CSS-like size specification, such as '100px'
or '12ex'
.
Implementation
void setHeight(String height) {
_wrapped.setHeight(height);
}
Sets the height of the sidebar.
height
A CSS-like size specification, such as '100px'
or '12ex'
.
void setHeight(String height) {
_wrapped.setHeight(height);
}