DividerType enum

@author Evan @since 2020/12/9 @describe: 标准提示框,用于提示一些信息 可以设置标题和内容,支持取消和确认按键设置,也可设置其中一个 action 按钮 negative 左侧取消按钮 positive 右侧确认按钮

showDHDialog( context: context, builder: (BuildContext context){ return DHAlertDialog( alignment: Alignment.bottomCenter, titleText: "这是一个title", contentText: "这是内容区域略略略略略", positiveText: "确认", negativeText: "取消" ); } );

Inheritance

Constructors

DividerType()
const

Values

horizontal → const DividerType
vertical → const DividerType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<DividerType>
A constant List of the values in this enum, in order of their declaration.