FdcErrorIndicatorMarker constructor
const
FdcErrorIndicatorMarker({})
Creates a FdcErrorIndicatorMarker.
Implementation
const FdcErrorIndicatorMarker({
super.key,
required this.message,
required this.color,
required this.size,
this.waitDuration = const Duration(milliseconds: 350),
});