DukeTheme constructor
DukeTheme(
- BuildContext context
Implementation
DukeTheme(this.context)
: color = DukeColor(Theme.of(context).brightness),
typography = DukeTypography(context),
spacing = DukeSpacing(context);