withHeight method

FlutstrapRow withHeight(
  1. double height
)

Implementation

FlutstrapRow withHeight(double height) =>
    copyWith(minHeight: height, maxHeight: height);