IminPictureStyle constructor

IminPictureStyle({
  1. IminPrintAlign? alignment,
  2. dynamic width,
  3. dynamic height,
})

Implementation

IminPictureStyle({this.alignment, width, height})
    : super(width: width, height: height);