CustomDivider constructor

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

Implementation

const CustomDivider({Key? key}) : super(key: key);