readyToDisplay property

bool readyToDisplay

Whether the tile is displayable. This means that either:

  • Loading errored but an error image is configured.
  • Loading succeeded and the fade animation has finished.
  • Loading succeeded and there is no fade animation.

Note that opacity can be less than 1 when this is true if instantaneous tile display is used with a maximum opacity less than 1.

Implementation

bool get readyToDisplay => _readyToDisplay;