windowsWidget property

Widget? windowsWidget

Widget used on Windows.

Returns null by default and if it is not overridden then defaultWidget is built on this platform.

Implementation

Widget? get windowsWidget => null;