safeX property

void safeX

Implementation

void get safeX =>
    useParent((v) => SafeArea(child: v, top: false, bottom: false));