RenderMode.flow constructor

const RenderMode.flow({
  1. int? height,
  2. int? minHeight,
  3. bool autoGrow,
})

Implementation

const factory RenderMode.flow({
  int? height,
  int? minHeight,
  bool autoGrow,
}) = FlowMode;