UILoadingThemeData constructor

const UILoadingThemeData({
  1. double? size,
  2. double? strokeWidth,
  3. Color? backgroundColor,
  4. Color? foregroundColor,
  5. Color? primary,
})

Implementation

const UILoadingThemeData({
  this.size,
  this.strokeWidth,
  this.backgroundColor,
  this.foregroundColor,
  this.primary,
});