更新
This commit is contained in:
@@ -41,10 +41,9 @@ public sealed class ToastConfig
|
||||
{
|
||||
}
|
||||
|
||||
public ToastConfig(ToastIcon icon, ToastLocation location, Thickness offsetMargin, int time) : this()
|
||||
public ToastConfig(ToastIcon icon, Thickness offsetMargin, int time) : this()
|
||||
{
|
||||
ToastIcon = icon;
|
||||
Location = location;
|
||||
if (offsetMargin != default)
|
||||
{
|
||||
OffsetMargin = offsetMargin;
|
||||
|
||||
Reference in New Issue
Block a user