adaptiveSplash property

FlexAdaptive? adaptiveSplash
final

Controls if the splashTypeAdaptive is used instead of splashType on configured platforms.

With this feature you can have another configured ink splash type on selected adaptive platforms, than the value you defined for splashType.

See class FlexAdaptive on how to configure the platform adaptive behavior. You may for example like the FlexAdaptive.iOSAndDesktop for a configuration that only keeps M3 default Material 3 radius on Android and Fuchsia platforms, and when the app is run in a web browser on these platforms, but uses the splashTypeAdaptive value on other platforms, like iOS, desktop and their web usage.

If not defined, defaults to FlexAdaptive.off.

Implementation

final FlexAdaptive? adaptiveSplash;