setTitleFont static method

Future<void> setTitleFont(
  1. double titleFont
)

Implementation

static Future<void> setTitleFont(double titleFont) async =>
    await _prefs?.setDouble(_keyTitleFont, titleFont);