drawerHeaderBG static method
Implementation
static BackgroundModel drawerHeaderBG(String bgName) {
var decorationColorModels = <DecorationColorModel>[];
var backgroundModel =
BackgroundModel(decorationColors: decorationColorModels);
return backgroundModel;
}