toColor method

Color toColor(
  1. FColors colors
)

Implementation

Color toColor(FColors colors) => switch (this) {
  VDividerVariant.primary => colors.mutedForeground,
  VDividerVariant.secondary => colors.secondary,
  VDividerVariant.destructive => colors.destructive,
};