Composer constructor
Composer({})
Implementation
Composer({
required this.sourceText,
required this.detections,
required this.composing,
required this.selection,
required this.detectedStyle,
});
Composer({
required this.sourceText,
required this.detections,
required this.composing,
required this.selection,
required this.detectedStyle,
});