FdcGridToolbarStyle constructor

const FdcGridToolbarStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. Color? itemTextColor,
  4. Color? itemIconColor,
  5. Color? disabledItemTextColor,
  6. Color? disabledItemIconColor,
  7. double? height,
  8. EdgeInsetsGeometry? padding,
  9. double? searchExpandedWidth,
  10. double? searchFieldHeight,
  11. double? searchFieldBorderRadius,
  12. Color? searchIconColor,
  13. Color? searchClearIconColor,
  14. Color? searchFieldFillColor,
  15. Color? searchFieldBorderColor,
  16. Color? searchFieldFocusedBorderColor,
  17. double? searchFieldBorderWidth,
  18. double? searchFieldFocusedBorderWidth,
})

Creates a FdcGridToolbarStyle.

Implementation

const FdcGridToolbarStyle({
  this.backgroundColor,
  this.textStyle,
  this.itemTextColor,
  this.itemIconColor,
  this.disabledItemTextColor,
  this.disabledItemIconColor,
  this.height,
  this.padding,
  this.searchExpandedWidth,
  this.searchFieldHeight,
  this.searchFieldBorderRadius,
  this.searchIconColor,
  this.searchClearIconColor,
  this.searchFieldFillColor,
  this.searchFieldBorderColor,
  this.searchFieldFocusedBorderColor,
  this.searchFieldBorderWidth,
  this.searchFieldFocusedBorderWidth,
});