supportsMipmaps property

  1. @override
bool get supportsMipmaps
override

True, because a fake has nothing to be incapable with. The real answer is a device property, and the two backends that have one disagree.

Implementation

@override
bool get supportsMipmaps => true;