SfBarcodeThemeData constructor

const SfBarcodeThemeData({
  1. Color? backgroundColor,
  2. Color? barColor,
  3. Color? textColor,
  4. TextStyle? textStyle,
})

Initialize the SfBarcode theme data

Implementation

const SfBarcodeThemeData({
  this.backgroundColor,
  this.barColor,
  this.textColor,
  this.textStyle,
});