center method

FlutstrapRow center()

Implementation

FlutstrapRow center() => copyWith(
      mainAxisAlignment: MainAxisAlignment.center,
      crossAxisAlignment: CrossAxisAlignment.center,
    );