defaultPosSize static method

PosSizeModel defaultPosSize()

Implementation

static PosSizeModel defaultPosSize() => PosSizeModel(
    widthPortrait: .75,
    widthTypePortrait: WidthTypePortrait.percentageWidth,
    heightPortrait: .75,
    heightTypePortrait: HeightTypePortrait.percentageHeight,
    fitPortrait: PortraitFitType.portraitFitWidth,
    alignTypePortrait: PortraitAlignType.portraitAlignCenter,
    widthLandscape: .75,
    widthTypeLandscape: WidthTypeLandscape.percentageWidth,
    heightLandscape: .75,
    heightTypeLandscape: HeightTypeLandscape.percentageHeight,
    fitLandscape: LandscapeFitType.landscapeFitHeight,
    alignTypeLandscape: LandscapeAlignType.landscapeAlignCenter,
    clip: ClipType.noClip);