textureId property

ValueNotifier<int?> textureId
final

Implementation

final ValueNotifier<int?> textureId = ValueNotifier<int?>(null);