NuntioTextStyle constructor
NuntioTextStyle({})
Implementation
NuntioTextStyle({
TextStyle? titleStyle,
TextStyle? descriptionStyle,
TextStyle? bodyTextStyle,
TextStyle? loginButtonTextStyle,
TextStyle? registerButtonTextStyle,
TextStyle? labelStyle,
Brightness? brightness,
}) {
_titleStyle = titleStyle;
_descriptionStyle = descriptionStyle;
_bodyTextStyle = bodyTextStyle;
_loginButtonTextStyle = loginButtonTextStyle;
_registerButtonTextStyle = registerButtonTextStyle;
_labelStyle = labelStyle;
}