KoukiconsDivide2 constructor

KoukiconsDivide2({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. Color? color,
})

Implementation

KoukiconsDivide2({Key? key, this.height, this.width, this.color}) : super(key: key);