ColoredBufferFragment constructor

ColoredBufferFragment(
  1. String? contents,
  2. String? color
)

Implementation

ColoredBufferFragment(this.contents, this.color);