getWidth abstract method

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

Returns the width of the texture at the specified mipmap level

Implementation

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