DashboardCategoriesModel constructor
- String title,
- String heading,
- String subHeading,
- VoidCallback? onPress,
Implementation
DashboardCategoriesModel(this.title, this.heading, this.subHeading, this.onPress);
DashboardCategoriesModel(this.title, this.heading, this.subHeading, this.onPress);