vertexCount property Null safety

int vertexCount
override

Implementation

@override
int get vertexCount => ((_segments + 1) * 2) + (_segments * 2);