Create RaisedButton and wrap it with Center widget . Give the child of RaisedButton as a Text widget. Perform onPressed function when the button is tapped. Perform optional onLongPress function when button is long pressed.
Create RaisedButton and wrap it with Center widget . Give the child of RaisedButton as a Text widget. Perform onPressed function when the button is tapped. Perform optional onLongPress function when button is long pressed.