refactor: remove unused code

This commit is contained in:
vicanso 2022-07-22 20:25:12 +08:00
parent 8740c55a1a
commit 3d20bea846

View file

@ -36,10 +36,6 @@ type TitleOption struct {
Text string
// Subtitle text, support \n for new line
Subtext string
// // Title style
// Style Style
// // Subtitle style
// SubtextStyle Style
// Distance between title component and the left side of the container.
// It can be pixel value: 20, percentage value: 20%,
// or position value: right, center.