backgroundColor method

ThemedText backgroundColor(
  1. Color v
)

Implementation

ThemedText backgroundColor(Color v) =>
    textless(TextStyle(backgroundColor: v));