PStyle constructor

const PStyle({
  1. PColor? color,
  2. int? size,
})

Implementation

const PStyle({this.color, this.size});