fullSize property

void fullSize

Implementation

void get fullSize => _add((w) => SizedBox(
      width: double.infinity,
      height: double.infinity,
      child: w,
    ));