FdcErrorIndicatorOptions constructor
const
FdcErrorIndicatorOptions({
- FdcErrorIndicatorMode mode = FdcErrorIndicatorMode.marker,
- FdcErrorIndicatorMarkerStyle markerStyle = const FdcErrorIndicatorMarkerStyle(),
Creates a FdcErrorIndicatorOptions.
Implementation
const FdcErrorIndicatorOptions({
this.mode = FdcErrorIndicatorMode.marker,
this.markerStyle = const FdcErrorIndicatorMarkerStyle(),
});