We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readonly bool shouldFillAndExpandHorizontally
1 parent d8cf48d commit be32188Copy full SHA for be32188
src/CommunityToolkit.Maui.Core/Views/Alert/AlertView.macios.cs
@@ -9,7 +9,9 @@ namespace CommunityToolkit.Maui.Core.Views;
9
public class AlertView(bool shouldFillAndExpandHorizontally) : UIView
10
{
11
const int defaultSpacing = 10;
12
+
13
readonly List<UIView> children = [];
14
+ readonly bool shouldFillAndExpandHorizontally = shouldFillAndExpandHorizontally;
15
16
/// <summary>
17
/// Parent UIView
0 commit comments