defaults constant

Default marker appearance used when no theme override is supplied.

Implementation

static const FdcErrorIndicatorMarkerStyle defaults =
    /// Creates a [FdcErrorIndicatorMarkerStyle].
    FdcErrorIndicatorMarkerStyle(color: Color(0xFFD32F2F), size: 9);