CustomContainer constructor

const CustomContainer({
  1. Key? key,
  2. bool active = false,
})

Constructor

Implementation

const CustomContainer({
  Key? key,
  this.active = false,
}) : super(key: key);