XDivision constructor

XDivision({
  1. double? width,
  2. double? height,
})

Implementation

XDivision({this.width, this.height});