NeomageDivider constructor

const NeomageDivider({
  1. Key? key,
  2. String? label,
  3. double height = 24,
})

Implementation

const NeomageDivider({super.key, this.label, this.height = 24});