getRowItemOne method

Widget getRowItemOne(
  1. dynamic param,
  2. dynamic id,
  3. dynamic item,
  4. dynamic context,
  5. dynamic backColorValue,
  6. dynamic type,
)

Implementation

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