const LineButton( {Key? key, this.lineColor, required this.title, required this.onPressed, this.textColor}) : super(key: key);