name property

String name
final

Name of the shader-side input this attribute feeds (e.g. position). flutter_gpu binds vertex attributes by name, so this must match the vertex shader's in declaration.

Implementation

final String name;