si property

  1. @Deprecated('Use createSI instead')
Future<ScalableImage> si

Get the ScalableImage from this source. If called multiple times, it is unspecified if the same Future instance is returned or not. Subclasses need not override this method. The default implementation throws a StateError. See createSI.

Implementation

@Deprecated('Use createSI instead')
Future<ScalableImage> get si => throw StateError('Use createSI() instead');