InternalNineTileBox constructor
const
InternalNineTileBox({})
Implementation
const InternalNineTileBox({
required this.image,
required this.tileSize,
required this.destTileSize,
this.child,
this.width,
this.height,
this.padding,
super.key,
});