S360fDivider constructor

const S360fDivider({
  1. S360fDividerOrientation orientation = S360fDividerOrientation.horizontal,
  2. double? width,
  3. double? height,
  4. Key? key,
})

Implementation

const S360fDivider({
  this.orientation = S360fDividerOrientation.horizontal,
  this.width,
  this.height,
  super.key,
});