FdcErrorIndicatorMarkerStyle constructor

const FdcErrorIndicatorMarkerStyle({
  1. Color? color,
  2. double? size,
})

Implementation

const FdcErrorIndicatorMarkerStyle({this.color, this.size});