TextBlockTheme constructor
TextBlockTheme({
- required TextStyle style,
- required VerticalSpacing spacing,
- VerticalSpacing lineSpacing = const VerticalSpacing.zero(),
- BoxDecoration? decoration,
Implementation
TextBlockTheme({
required this.style,
required this.spacing,
this.lineSpacing = const VerticalSpacing.zero(),
this.decoration,
});