Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

padding flutter top

new Container(
    margin: const EdgeInsets.only(top: 10.0),
    child : new RaisedButton(
                onPressed: _submit,
                child: new Text('Login'),
              ),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #padding #flutter #top
ADD COMMENT
Topic
Name
5+4 =