copyWith method

LyricLayout copyWith(
  1. LyricStyle style
)

Implementation

LyricLayout copyWith(LyricStyle style) {
  return LyricLayout._internal(
    metrics,
    style,
    viewSize,
    selectionAnchorPosition,
    activeAnchorPosition,
  );
}