DashboardCategoriesModel constructor

DashboardCategoriesModel(
  1. String title,
  2. String heading,
  3. String subHeading,
  4. VoidCallback? onPress,
)

Implementation

DashboardCategoriesModel(this.title, this.heading, this.subHeading, this.onPress);