Answers for "space around in flutter"

0

space around in flutter

// we can use spaceEvenly in this way in column or row...

body : Column(
  mainAxisAlignment: MainAxisAlignment.spaceEvenly
  ),
Posted by: Guest on January-26-2022

Browse Popular Code Answers by Language