androidWidget property

Widget? androidWidget

Widget used on Android.

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

Implementation

Widget? get androidWidget => null;