FlAdaptHeightWevView constructor

const FlAdaptHeightWevView({
  1. Key? key,
  2. required ExtendedFlWebViewBuilder builder,
  3. double initialHeight = 40,
  4. double gapUpdateHeight = 40,
  5. double? maxHeight,
})

Implementation

const FlAdaptHeightWevView({
  super.key,
  required this.builder,
  this.initialHeight = 40,
  this.gapUpdateHeight = 40,
  this.maxHeight,
});