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.

Questions about programming?Chat with your personal AI assistant