DrawerModel constructor

DrawerModel({
  1. String? title,
  2. Widget? icon,
  3. String? route,
})

Implementation

DrawerModel({
  this.title,
  this.icon,
  this.route,
});