User input/Graphical: Difference between revisions

Line 425:
textAlign: TextAlign.center, // Center text
decoration: InputDecoration( border: OutlineInputBorder(), labelText: 'Enter a string...'), // Border and default text
), // end TextField
 
SizedBox( height: 10 ), // Space between text fields
Line 433:
textAlign: TextAlign.center, // Center text
decoration: InputDecoration( border: OutlineInputBorder(), labelText: 'Enter 75000'), // Border and default text
), // end TextField
 
FlatButton ( // Submit Button
Line 474:
});
}
), // End FlatButton
 
Text( output ) // displays output