SystemWindowText constructor
SystemWindowText({
- required String text,
- double fontSize = 14.0,
- FontWeight? fontWeight,
- Color? textColor,
- SystemWindowPadding? padding,
Implementation
SystemWindowText({
required this.text,
this.fontSize = 14.0,
this.fontWeight,
this.textColor,
this.padding,
});