contentStyle method
Sets the content text style (applied to all content).
Implementation
BoxBuilder contentStyle(Style style) {
_contentStyle = style;
return this;
}
Sets the content text style (applied to all content).
BoxBuilder contentStyle(Style style) {
_contentStyle = style;
return this;
}