lineColor method

ThemedText lineColor(
  1. Color v
)

Implementation

ThemedText lineColor(Color v) => textless(TextStyle(decorationColor: v));