flutter_fawry_pay
flutter_fawry_pay
FawryButton
FawryButton const constructor
FawryButton
flutter_fawry_pay
flutter_fawry_pay
FawryButton
FawryButton const constructor
FawryButton class
Constructors
FawryButton
Properties
hashCode
height
key
runtimeType
width
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
FawryButton
constructor
const
FawryButton
(
{
Key
key
,
double
height
:
50.0
,
double
width
:
200.0
}
)
Implementation
const FawryButton({Key key, this.height = 50.0, this.width = 200.0}) : super(key: key);