edgeColor property

Color? edgeColor
final

RGBA color for the edge, represented as "#RRGGBBAA". This value will be ignored if edgeType is NONE. Edge color for the text track.

Implementation

/// Edge color for the text track.
final Color? edgeColor;