materials property
Specifies the receiver's materials array. Each geometry element can be rendered using a different material. The index of the material used for a geometry element is equal to the index of that element modulo the number of materials.
Implementation
@ListMaterialsValueNotifierConverter()
final ValueNotifier<List<ARKitMaterial>?> materials;