Irum Feroz

Generation

code to explanationFri, 07 Apr 2023

const Greetings( child: Padding( padding: EdgeInsets.all(14.0), child: Text('Hello JavaTpoint!'), ), )

The Greetings widget contains an anonymous widget Padding which uses padding property to create space inside the parent widget.

Want to kickstart your project?Use the new AI Studio to create your code