withRowGap method

FlutstrapGrid withRowGap(
  1. double gap
)

Implementation

FlutstrapGrid withRowGap(double gap) => copyWith(rowGap: gap);