TextStyle constructor
const
TextStyle({
- StyleColor? color,
- StyleColor? backgroundColor,
- FontStyle? fontStyle,
- FontWeight? fontWeight,
- StyleColor? borderColor,
- String? borderRadius,
- String? padding,
Implementation
const TextStyle(
{this.color,
this.backgroundColor,
this.fontStyle,
this.fontWeight,
this.borderColor,
this.borderRadius,
this.padding});