Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter positioned center horizontally

Stack(
  alignment: Alignment.center, // <---------
  children: [
    Text('Some text'),
    // Other widgets
  ],
),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #positioned #center #horizontally
ADD COMMENT
Topic
Name
3+6 =