outline button flutter example
Example: flutter outline button
OutlinedButton(
child: Text('Example'),
onPressed: () {
print('Pressed');
},
)
OutlinedButton(
child: Text('Example'),
onPressed: () {
print('Pressed');
},
)