CustomDivider constructor
const
CustomDivider({
- Key? key,
- double? height,
- Color? color,
- EdgeInsets padding = EdgeInsets.zero,
Implementation
const CustomDivider({
super.key,
this.height,
this.color,
this.padding = EdgeInsets.zero,
});