AIOptionsStyle constructor

AIOptionsStyle({
  1. TextStyle? itemTextStyle,
  2. Color? itemsSeparatorColor,
  3. Color? itemBackgroundColor,
  4. double? width,
  5. double? height,
  6. Color? background,
  7. Gradient? gradient,
  8. BoxBorder? border,
  9. double? borderRadius,
})

Implementation

AIOptionsStyle({
  this.itemTextStyle,
  this.itemsSeparatorColor,
  this.itemBackgroundColor,
  super.width,
  super.height,
  super.background,
  super.gradient,
  super.border,
  super.borderRadius,
});