drawerHeaderBG static method

BackgroundModel drawerHeaderBG(
  1. String bgName
)

Implementation

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