S360fDivider constructor
const
S360fDivider({
- S360fDividerOrientation orientation = S360fDividerOrientation.horizontal,
- double? width,
- double? height,
- Key? key,
Implementation
const S360fDivider({
this.orientation = S360fDividerOrientation.horizontal,
this.width,
this.height,
super.key,
});