IminPictureStyle constructor
IminPictureStyle({
- IminPrintAlign? alignment,
- dynamic width,
- dynamic height,
Implementation
IminPictureStyle({this.alignment, width, height})
: super(width: width, height: height);