XFilterEl<T> constructor

XFilterEl<T>(
  1. XProp xPropOfItemToFilter, {
  2. T? All,
  3. Color? backgroundMenuColor,
  4. double? width,
  5. double? menu_height,
  6. TextStyle? textStyle(
    1. dynamic
    )?,
})

Implementation

XFilterEl(this.xPropOfItemToFilter, {this.All, this.backgroundMenuColor, this.width, this.menu_height, this.textStyle}) {
  this.Value = this.All;
}