itemStyleFunc method
Sets a function to determine item style per-item.
Implementation
LipList itemStyleFunc(ListStyleFunc fn) {
_itemStyleFunc = fn;
_syncRenderer();
return this;
}
Sets a function to determine item style per-item.
LipList itemStyleFunc(ListStyleFunc fn) {
_itemStyleFunc = fn;
_syncRenderer();
return this;
}