gaplessPlayback property

bool gaplessPlayback
final

Whether to continue showing the old image (true), or briefly show nothing (false), when the image provider changes. The default value is false.

Design discussion

Why is the default value of gaplessPlayback false?

Having the default value of gaplessPlayback be false helps prevent situations where stale or misleading information might be presented. Consider the following case:

Implementation

final bool gaplessPlayback;