Closed Digvijay-95 closed 3 years ago
Flutter has replaced the FlatButton widget with, TextButton Widget. you can read the documentation for more information https://flutter.dev/docs/release/breaking-changes/buttons
tip: Leave the Text widget(child of text button) empty to use the text button widget as a flat button widget.
Flutter has replaced the FlatButton widget with, TextButton Widget. you can read the documentation for more information https://flutter.dev/docs/release/breaking-changes/buttons
tip: Leave the Text widget(child of text button) empty to use the text button widget as a flat button widget.