SilAlertDialogInfo class

弹窗基础信息

Constructors

SilAlertDialogInfo()
工厂方法
factory

Properties

backgroundColor Color?
自定义背景颜色,普通模式默认白色,暗黑模式默认黑色
getter/setter pair
bottomSpace double
底部按钮与内容的间隔,默认16
getter/setter pair
buttonHeight double
底部按钮高度
getter/setter pair
cancelButtonStyle TextStyle?
取消按钮文字样式
getter/setter pair
confrimButtonStyle TextStyle?
确定按钮文字样式
getter/setter pair
contentStyle TextStyle?
内容文字样式
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalMargin double
弹窗距离屏幕左右的间距
getter/setter pair
mode AlertDialogMode
模式
getter/setter pair
radius double
圆角大小
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separatorLineHeight double
弹窗分隔线的高度,默认1
getter/setter pair
titleStyle TextStyle?
title文字样式
getter/setter pair
titleToTopSpace double
title到顶部的高度,默认16
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited