Flutter
vector_math_geometry
VertexAttrib
VertexAttrib constructor
VertexAttrib
VertexAttrib
constructor
Null safety
VertexAttrib
(
String
name
,
int
size
,
String
type
)
Implementation
VertexAttrib(this.name, this.size, this.type) : stride = 0, offset = 0;
Flutter
vector_math_geometry
VertexAttrib
VertexAttrib constructor
VertexAttrib class
Constructors
VertexAttrib
copy
Properties
elementSize
format
hashCode
name
offset
runtimeType
size
stride
type
Methods
getView
noSuchMethod
toJson
toString
Operators
operator ==