FxStateStyle constructor

const FxStateStyle({
  1. Color? iconColor,
  2. double? iconSize,
  3. TextStyle? titleStyle,
  4. TextStyle? descriptionStyle,
  5. Color? actionForegroundColor,
  6. Color? actionBorderColor,
})

Implementation

const FxStateStyle({
  this.iconColor,
  this.iconSize,
  this.titleStyle,
  this.descriptionStyle,
  this.actionForegroundColor,
  this.actionBorderColor,
});