DrawerItemAttributes constructor

DrawerItemAttributes(
  1. MenuItemModel menuItemModel,
  2. bool isActive
)

Implementation

DrawerItemAttributes(this.menuItemModel, this.isActive);