IdsDivider constructor
const
IdsDivider({
- Key? key,
- IdsDividerOrientation orientation = IdsDividerOrientation.horizontal,
- double thickness = 1.0,
Implementation
const IdsDivider({
super.key,
this.orientation = IdsDividerOrientation.horizontal,
this.thickness = 1.0,
});