packageName property

  1. @override
String get packageName
override

Package name used in the theme: Ex : 'ouds_theme_white_label'. This refers to the package containing the theme resources ensuring that the font and other assets are correctly loaded from it

Implementation

@override
String get packageName => 'ouds_theme_orange';