refactor: remove unused code
This commit is contained in:
parent
8740c55a1a
commit
3d20bea846
1 changed files with 0 additions and 4 deletions
4
title.go
4
title.go
|
|
@ -36,10 +36,6 @@ type TitleOption struct {
|
||||||
Text string
|
Text string
|
||||||
// Subtitle text, support \n for new line
|
// Subtitle text, support \n for new line
|
||||||
Subtext string
|
Subtext string
|
||||||
// // Title style
|
|
||||||
// Style Style
|
|
||||||
// // Subtitle style
|
|
||||||
// SubtextStyle Style
|
|
||||||
// Distance between title component and the left side of the container.
|
// Distance between title component and the left side of the container.
|
||||||
// It can be pixel value: 20, percentage value: 20%,
|
// It can be pixel value: 20, percentage value: 20%,
|
||||||
// or position value: right, center.
|
// or position value: right, center.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue