getRowItemOne method
Widget
getRowItemOne(
- dynamic param,
- dynamic id,
- dynamic item,
- dynamic context,
- dynamic backColorValue,
- dynamic type,
Implementation
Widget getRowItemOne(param, id, item, context, backColorValue, type) {
myLogAll('getRowItemOne');
return getRowItemOneAll(
param, id, item, context, backColorValue, type)[gWidget];
}