UnderlinedButton constructor
const
UnderlinedButton({
- Key? key,
- required String title,
- required VoidCallback onPressed,
- TextStyle? style,
Implementation
const UnderlinedButton({
super.key,
required this.title,
required this.onPressed,
this.style,
});