setCustomVertices method Null safety
- Float32List vxList,
- Int16List ixList
Implementation
void setCustomVertices(Float32List vxList, Int16List ixList) {
_vxList = vxList;
_ixList = ixList;
_hasCustomVertices = true;
}
void setCustomVertices(Float32List vxList, Int16List ixList) {
_vxList = vxList;
_ixList = ixList;
_hasCustomVertices = true;
}