CustomDivider constructor
const
CustomDivider({
- Key? key,
- Color? color,
- double? height = 0.25,
- EdgeInsets? margin,
- int? flex,
Implementation
const CustomDivider({
super.key,
this.color,
this.height = 0.25,
this.margin,
this.flex
});