createMacosWidget method
Builds a M
macOS widget.
Implementation
@override
Widget createMacosWidget(BuildContext context) =>
macOS?.call(context) ?? const Empty();
Builds a M
macOS widget.
@override
Widget createMacosWidget(BuildContext context) =>
macOS?.call(context) ?? const Empty();