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