FitMenuThemeData constructor

const FitMenuThemeData({
  1. Color? textColor,
  2. Color? iconColor,
  3. Color? handleColor,
  4. Color? backgroundColor,
  5. double? dividerThickness,
  6. double? disabledOpacity,
})

Implementation

const FitMenuThemeData({
  this.textColor,
  this.iconColor,
  this.handleColor,
  this.backgroundColor,
  this.dividerThickness,
  this.disabledOpacity,
});