SeniorDesignSystem constructor

const SeniorDesignSystem({
  1. Key? key,
  2. required Widget child,
  3. SeniorThemeData? theme,
})

Implementation

const SeniorDesignSystem({
  Key? key,
  required this.child,
  this.theme,
}) : super(key: key);