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