FAdaptiveScope constructor
FAdaptiveScope({
- required Widget child,
- FPlatformVariant? platform,
- Key? key,
Creates an FAdaptiveScope.
Implementation
FAdaptiveScope({required super.child, FPlatformVariant? platform, super.key}) : platform = platform ?? _platform;