HubbleTextStyle constructor
HubbleTextStyle({
- required TextStyle base,
- required HubbleColor? color,
- required HubbleColor? backgroundColor,
- required HubbleColor? decorationColor,
- required List<
HubbleTextShadow> ? shadow, - required HubbleGradient? foregroundGradient,
- required HubbleGradient? backgroundGradient,
Implementation
HubbleTextStyle({
required this.base,
required this.color,
required this.backgroundColor,
required this.decorationColor,
required this.shadow,
required this.foregroundGradient,
required this.backgroundGradient,
}) : textStyle = base;