stretch method

FlutstrapRow stretch()

Implementation

FlutstrapRow stretch() => copyWith(
      crossAxisAlignment: CrossAxisAlignment.stretch,
    );