isScalable property

  1. @override
bool get isScalable
override

Check if icon is scalable (has a vectorial format)

Returns

  • True if the image is scalable, false otherwise

Implementation

@override
bool get isScalable => true;