contentStyleFunc method
Sets the content style function for per-line styling.
Takes precedence over contentStyle when both are set.
Implementation
Panel contentStyleFunc(PanelContentStyleFunc func) {
_contentStyleFunc = func;
return this;
}
Sets the content style function for per-line styling.
Takes precedence over contentStyle when both are set.
Panel contentStyleFunc(PanelContentStyleFunc func) {
_contentStyleFunc = func;
return this;
}