simple_design
simple_design
SDDismissButton
SDDismissButton constructor
SDDismissButton
SDDismissButton class
Constructors
SDDismissButton
Properties
icon
onPressed
title
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
SDDismissButton constructor
SDDismissButton
(
{
@required
VoidCallback
onPressed
,
String
title
:
"Cancel"
,
Icon
icon
})
Implementation
SDDismissButton({@required this.onPressed, this.title: "Cancel", this.icon});