TextStyler.backgroundColor constructor

TextStyler.backgroundColor(
  1. Color value
)

Implementation

factory TextStyler.backgroundColor(Color value) =>
    TextStyler().backgroundColor(value);