DukeTheme constructor

DukeTheme(
  1. BuildContext context
)

Implementation

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