child property

Widget? child
final

The Widget Shown In The Button , By Default it have Text

Text("Pay",style: TextStyle(color: Colors.white,fontSize: 17),)

Implementation

final Widget? child;