SingleWidgetSnapshot<W extends Widget> typedef

  1. @Deprecated('Use WidgetSnapshot')
SingleWidgetSnapshot<W extends Widget> = WidgetSnapshot<W>

A type alias for a snapshot that contains a single widget.

Implementation

@Deprecated('Use WidgetSnapshot')
typedef SingleWidgetSnapshot<W extends Widget> = WidgetSnapshot<W>;