menu
fx_platform_adapter package
documentation
fx_platform_adapter.dart
PlatformViewAdapter
phoneSize method
phoneSize method
dark_mode
light_mode
phoneSize
method
bool
phoneSize
(
double
size
)
Implementation
bool phoneSize(double size) { return size > 0 && size <= 500; }
fx_platform_adapter package
documentation
fx_platform_adapter
PlatformViewAdapter
phoneSize method
PlatformViewAdapter class