universal property

Universal universal

Implementation

Universal get universal => Universal(
    expand: true,
    refreshConfig: refreshConfig,
    margin: margin,
    systemOverlayStyle: systemOverlayStyle,
    useSingleChildScrollView: useSingleChildScrollView,
    padding: padding,
    isScroll: isScroll,
    safeLeft: safeLeft,
    safeTop: safeTop,
    safeRight: safeRight,
    safeBottom: safeBottom,
    isStack: isStack,
    direction: direction,
    decoration: decoration,
    children: children,
    mainAxisAlignment: mainAxisAlignment,
    crossAxisAlignment: crossAxisAlignment,
    child: body);