enableForAllPlatforms property
Whether to simulate software keyboard insets for all platforms (true
), or whether to
only simulate software keyboard insets for mobile platforms, e.g., Android, iOS (false
).
The value for this property should remain constant within a single test. Don't attempt to enable and then disable keyboard simulation. That behavior is undefined.
Implementation
final bool enableForAllPlatforms;