LayerColor.from constructor

LayerColor.from(
  1. LayerColor c
)

Implementation

LayerColor.from(LayerColor c)
    : this(back: c.back, front: c.front, border: c.border);