LedgerDivider constructor

const LedgerDivider({
  1. Key? key,
  2. Color? color,
  3. double? height,
})

Implementation

const LedgerDivider({super.key, this.color, this.height});