apply method

void apply(
  1. Styles style
)

Implementation

void apply(Styles style) {
  initial = _applyStyle(style, initial);
}