InitialiseStyleSelectionEvent constructor

InitialiseStyleSelectionEvent({
  1. String? family,
  2. String? styleName,
})

Implementation

InitialiseStyleSelectionEvent({this.family, this.styleName});