EsigListOptionWidget constructor

const EsigListOptionWidget(
  1. List<Widget> children, {
  2. Key? key,
  3. Color? corSeta = Colors.grey,
  4. double? tamanhoSeta = 20,
  5. Color? corBorda,
  6. Color? corFundo,
  7. void onTap()?,
  8. EdgeInsets? padding,
  9. EdgeInsets? margin,
})

Implementation

const EsigListOptionWidget(
  this.children, {
  Key? key,
  this.corSeta = Colors.grey,
  this.tamanhoSeta = 20,
  this.corBorda,
  this.corFundo,
  this.onTap,
  this.padding,
  this.margin,
}) : super(key: key);