startUri property

String? startUri
final

The source for start image. This should either be the full path, a uri or if it is an asset the relative path as specified in your pubspec.yaml file. If null there is no start image.

// Defaults to:
null

Implementation

final String? startUri;