FdcErrorIndicatorOptions constructor

const FdcErrorIndicatorOptions({
  1. FdcErrorIndicatorMode mode = FdcErrorIndicatorMode.marker,
  2. FdcErrorIndicatorMarkerStyle markerStyle = const FdcErrorIndicatorMarkerStyle(),
})

Implementation

const FdcErrorIndicatorOptions({
  this.mode = FdcErrorIndicatorMode.marker,
  this.markerStyle = const FdcErrorIndicatorMarkerStyle(),
});