GNStudentServiceCard constructor
GNStudentServiceCard({
- required String title,
- required String status,
- required String downloadLink,
- String? payLink,
- required String date,
- String? requestNo,
- required List<
Widget> content, - required VoidCallback onEdit,
- required VoidCallback onCancel,
- required VoidCallback onInfoButtonClick,
- required bool isDownload,
- required bool isEdit,
- required bool isCancel,
- required bool isInfoButton,
- bool isPayButton = false,
- bool enabled = true,
- String? subtitle,
- bool isShowDate = true,
Implementation
GNStudentServiceCard(
{required this.title,
required this.status,
required this.downloadLink,
this.payLink,
required this.date,
this.requestNo,
required this.content,
required this.onEdit,
required this.onCancel,
required this.onInfoButtonClick,
required this.isDownload,
required this.isEdit,
required this.isCancel,
required this.isInfoButton,
this.isPayButton = false,
this.enabled = true,
this.subtitle,
this.isShowDate = true});