getHeight abstract method

Future<int> getHeight([
  1. int level = 0
])

Returns the height of the texture at the specified mipmap level

Implementation

Future<int> getHeight([int level = 0]);