BookPage.customFont constructor

BookPage.customFont(
  1. String char
)

Implementation

BookPage.customFont(String char) {
  list = [TextComponent.customFont(char)];
}