AIOptionsStyle constructor

const AIOptionsStyle({
  1. Color? backgroundColor,
  2. Border? border,
  3. BorderRadiusGeometry? borderRadius,
  4. TextStyle? titleTextStyle,
  5. Color? titleColor,
  6. Color? iconColor,
})

Implementation

const AIOptionsStyle({
  this.backgroundColor,
  this.border,
  this.borderRadius,
  this.titleTextStyle,
  this.titleColor,
  this.iconColor,
});