NormalHintDialog class

Constructors

NormalHintDialog(BuildContext _context, {bool barrierDismissible = true, String? actionkey, required String content, String buttonText = '我知道了', TextStyle? contentTextStyle, TextStyle? confirmTextStyle, Color? backgroundColor = Colors.blueAccent})

Properties

actionkey String?
getter/setter pair
backgroundColor Color?
getter/setter pair
barrierDismissible bool
getter/setter pair
buttonText String
getter/setter pair
confirmTextStyle TextStyle?
getter/setter pair
content String
getter/setter pair
contentTextStyle TextStyle?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isClose bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
关闭loading
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({Function? onClosed}) → void
打开loading
showIconDialog() → void
toString() String
A string representation of this object.
inherited

Operators

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