macOSWidget property

Widget? macOSWidget

Widget used on MacOS.

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

Implementation

Widget? get macOSWidget => null;