initial property

Widget? initial
final

The content to render before the texture widget is available. The default is a solid red Container, intentionally chosen to make it clear that there will be at least one frame where the Texture widget is not being rendered.

Implementation

final Widget? initial;