FlexibleFixedHeightW constructor

const FlexibleFixedHeightW({
  1. Key? key,
  2. required Widget child,
  3. double? height,
})

Implementation

const FlexibleFixedHeightW({
  Key? key,
  required this.child,
  this.height,
}) : super(key: key);