TdDialogActionButton class

Constructors

TdDialogActionButton({TdDialogActionRole role = TdDialogActionRole.none, VoidCallback? onPressed, Widget? icon, required Widget title})
const
TdDialogActionButton.delete({VoidCallback? onPressed, Widget? icon, required Widget title})
const
TdDialogActionButton.submit({VoidCallback? onPressed, Widget? icon, required Widget title})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Widget?
图标
final
onPressed VoidCallback?
点击事件
final
role TdDialogActionRole
按钮权限
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget
标题
final

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