CustomDivider constructor

const CustomDivider({
  1. Key? key,
  2. Map? linha,
})

Implementation

const CustomDivider({
  super.key,
  this.linha,
});