width property

  1. @override
double? width
override

Returns the width of this sub-texture.

Implementation

@override
double? get width {
  return _w;
}