ShaderWarmUpPictureCallback typedef Null safety

ShaderWarmUpPictureCallback = bool Function(Picture)

The signature of debugCaptureShaderWarmUpPicture.

Used by tests to run assertions on the Picture created by ShaderWarmUp.execute. The return value indicates whether the assertions pass or not.

Implementation

typedef ShaderWarmUpPictureCallback = bool Function(Picture);