FdcGridToolbarStyle constructor
const
FdcGridToolbarStyle({
- Color? backgroundColor,
- TextStyle? textStyle,
- Color? itemTextColor,
- Color? itemIconColor,
- Color? disabledItemTextColor,
- Color? disabledItemIconColor,
- double? height,
- EdgeInsetsGeometry? padding,
- double? searchExpandedWidth,
- double? searchFieldHeight,
- double? searchFieldBorderRadius,
- Color? searchIconColor,
- Color? searchClearIconColor,
- Color? searchFieldFillColor,
- Color? searchFieldBorderColor,
- Color? searchFieldFocusedBorderColor,
- double? searchFieldBorderWidth,
- 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,
});