Closed felipeerias closed 7 months ago
The default value for WidgetPlacement.layer will use the current value from SettingsStore, which depends on the platform.
WidgetPlacement.layer
SettingsStore
This prevents us from accidentally using layers where they are not well supported.
The default value for
WidgetPlacement.layer
will use the current value fromSettingsStore
, which depends on the platform.This prevents us from accidentally using layers where they are not well supported.