ThemeServiceHive constructor

ThemeServiceHive({
  1. required String boxName,
})

Implementation

ThemeServiceHive({
  /// the location path name of our theme data
  required this.boxName,
});