MTextStyle constructor

const MTextStyle({
  1. double? size,
  2. MColor? color,
  3. double? opacity,
  4. bool? bold,
})

Implementation

const MTextStyle({this.size, this.color, this.opacity, this.bold});