PullDownMenuRouteTheme constructor

const PullDownMenuRouteTheme({
  1. Color? backgroundColor,
  2. BorderRadius? borderRadius,
  3. BoxShadow? beginShadow,
  4. BoxShadow? endShadow,
  5. double? width,
  6. double? topWidgetWidth,
})

Creates the set of properties used to configure PullDownMenuRouteTheme.

Implementation

const PullDownMenuRouteTheme({
  this.backgroundColor,
  this.borderRadius,
  this.beginShadow,
  this.endShadow,
  this.width,
  this.topWidgetWidth
});