Skip to content

Commit

Permalink
Update lib/src/theme/wolt_modal_sheet_default_theme_data.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Taha Tesser <tessertaha@gmail.com>
  • Loading branch information
ulusoyca and TahaTesser committed Mar 14, 2024
1 parent 299ed32 commit fee15cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/theme/wolt_modal_sheet_default_theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class WoltModalSheetDefaultThemeData extends WoltModalSheetThemeData {

/// Overrides the default value for [WoltModalSheet] clipBehavior.
///
/// If null, [WoltModalSheet] uses [Clip.antiAliasWithSaveLayer].
/// Defaults to [Clip.antiAliasWithSaveLayer].
@override
Clip get clipBehavior => Clip.antiAliasWithSaveLayer;
}

0 comments on commit fee15cc

Please sign in to comment.