OrangeCompactTheme constructor

OrangeCompactTheme([
  1. String? orangeFontFamily
])

Creates an instance of the Orange theme.

The orangeFontFamily parameter specifies the font family to be used throughout the theme.

Implementation

OrangeCompactTheme([this.orangeFontFamily]);