withGap method

FlutstrapRow withGap(
  1. double customGap
)

Implementation

FlutstrapRow withGap(double customGap) => copyWith(gap: customGap);