TextPressureBit constructor
const
TextPressureBit({
- Key? key,
- required String text,
- String? fontFamily,
- String? fontUrl,
- bool flex = true,
- bool scale = false,
- bool alpha = false,
- bool stroke = false,
- bool width = true,
- bool weight = true,
- bool italic = true,
- Color textColor = Colors.black,
- Color strokeColor = Colors.white,
- String? className,
- double minFontSize = 24,
Implementation
const TextPressureBit({
super.key,
required this.text,
this.fontFamily,
this.fontUrl,
this.flex = true,
this.scale = false,
this.alpha = false,
this.stroke = false,
this.width = true,
this.weight = true,
this.italic = true,
this.textColor = Colors.black,
this.strokeColor = Colors.white,
this.className,
this.minFontSize = 24,
});