FdcGridStatusBarStyle constructor

const FdcGridStatusBarStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. double? height,
  4. EdgeInsetsGeometry? padding,
})

Implementation

const FdcGridStatusBarStyle({
  this.backgroundColor,
  this.textStyle,
  this.height,
  this.padding,
});