withMinHeight method

FlutstrapRow withMinHeight(
  1. double height
)

Implementation

FlutstrapRow withMinHeight(double height) => copyWith(minHeight: height);