EsigOptionBarWidget constructor

const EsigOptionBarWidget({
  1. Key? key,
  2. required List<EsigTabOptionWidget> options,
  3. double? height,
  4. Color? backgroundColor,
})

Implementation

const EsigOptionBarWidget({
  Key? key,
  required this.options,
  this.height,
  this.backgroundColor,
}) : super(key: key);