PConfig constructor

const PConfig({
  1. TextStyle textStyle = const TextStyle(fontSize: 16),
})

Implementation

const PConfig({this.textStyle = const TextStyle(fontSize: 16)});