nativeBuilder property

(Widget Function(BuildContext context)?) nativeBuilder
final

Builder for all native platforms defined as platforms where the current platform is equal to the host platform. PlatformService.current == PlatformService.currentHost

Implementation

final Widget Function(BuildContext context)? nativeBuilder;