textureParams property

ValueNotifier<VideoTextureParams> textureParams
final

Used if androidViewMode AndroidViewMode.texture

Implementation

final ValueNotifier<VideoTextureParams> textureParams = ValueNotifier(
  VideoTextureParams.nil(),
);