placeholderWidget property

Widget? placeholderWidget
final

While the themeMode is loaded, you can choose to render a different widget. By default, it'll render an empty container.

Implementation

final Widget? placeholderWidget;