FdcGridStatusBarStyle constructor
const
FdcGridStatusBarStyle({
- Color? backgroundColor,
- TextStyle? textStyle,
- double? height,
- EdgeInsetsGeometry? padding,
Creates a FdcGridStatusBarStyle.
Implementation
const FdcGridStatusBarStyle({
this.backgroundColor,
this.textStyle,
this.height,
this.padding,
});