ShowUIOptions constructor

ShowUIOptions({
  1. bool? visible,
  2. String? title,
  3. num? width,
  4. num? height,
  5. IInline5? position,
  6. bool? themeColors,
})

Implementation

factory ShowUIOptions({
  _i2.bool? visible,
  _i2.String? title,
  _i2.num? width,
  _i2.num? height,
  _i3.IInline5? position,
  _i2.bool? themeColors,
}) =>
    ShowUIOptions._(
      visible: visible,
      title: title,
      width: width,
      height: height,
      position: position ?? _i7.undefined,
      themeColors: themeColors,
    );