child: Container(
child: Text(
'Hello JSpang999',
style : TextStyle(
fontSize: 40.0
)
),
alignment: Alignment.center,
// margin: const EdgeInsets.all(25.0),
margin: const EdgeInsets.fromLTRB(0, 25.0, 25.0, 25.0),
padding
child: Container(
child: Text(
'Hello JSpang999',
style : TextStyle(
fontSize: 40.0
)
),
alignment: Alignment.center,
// margin: const EdgeInsets.all(25.0),
margin: const EdgeInsets.fromLTRB(0, 25.0, 25.0, 25.0),
padding