defaultDesignStyle property
Global fallback design style used when a show call doesn't pass its own
designStyle. Mirrors SnackDiaBottomConfig().snackbar.defaultDesignStyle
and .dialog.defaultDesignStyle so all three surfaces can share one
default. When null, the bottom sheet's built-in default is used.
Implementation
static ContentDesignStyle? defaultDesignStyle;