creationParams property

Map<String, dynamic> get creationParams

Returns the creation parameters for the native platform view

Implementation

Map<String, dynamic> get creationParams => {
      'ellipseWidthRatio': ellipseWidthRatio,
      'ellipseHeightRatio': ellipseHeightRatio,
      'ellipseTopMarginRatio': effectiveTopMarginRatio,
      'defaultAbsHeight': defaultAbsHeight,
    };