PrimaryBar constructor

const PrimaryBar({
  1. required AffogatoAPI api,
  2. Key? key,
})

Implementation

const PrimaryBar({
  required this.api,
  super.key,
});