FAdaptiveScope constructor

FAdaptiveScope({
  1. required Widget child,
  2. FPlatformVariant? platform,
  3. Key? key,
})

Creates an FAdaptiveScope.

Implementation

FAdaptiveScope({required super.child, FPlatformVariant? platform, super.key}) : platform = platform ?? _platform;