FontStyleConfig constructor

const FontStyleConfig({
  1. String? family,
  2. String? style,
})

Implementation

const FontStyleConfig({this.family, this.style});