menu
magiclane_maps_flutter package
documentation
core.dart
AbstractGeometryImg
isScalable property
isScalable property
dark_mode
light_mode
isScalable
property
@
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;
magiclane_maps_flutter package
documentation
core
AbstractGeometryImg
isScalable property
AbstractGeometryImg class