Answers for "image top and bottom padding flutter"

5

flutter padding top and bottom

Padding(
 	padding: EdgeInsets.only(top: 10.0, bottom: 10.0),
    padding: EdgeInsets.symmetric(vertical: 10.0,),
    child: Text('Padding'),
  ),
Posted by: Guest on August-25-2021

Code answers related to "image top and bottom padding flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language